Tampermonkey


Tampermonkey is a donationware userscript manager that is available as a browser extension. This software enables the user to add and use userscripts, which are JavaScript programs that can be used to modify web pages.

History

Tampermonkey was first created in May 2010 by Jan Biniok. It first emerged as a Greasemonkey userscript that was wrapped to support Google Chrome. Eventually the code was re-used and published as a standalone extension for Chrome which had more features than Chrome's native script support. In 2011, Tampermonkey was ported to Android, enabling users to use userscripts on Android's internal browser. By 2019, Tampermonkey had over 10 million users. Tampermonkey is one of 13 extensions on the Chrome Web Store to have at least 10 million users.

Chrome manifest V3

In January 2019, Biniok wrote in a Google Groups post that the new Chrome manifest V3 would break the extension. The new manifest would ban remotely accessed code which Tampermonkey is dependent on. The userscripts use code that is created by developers not at Google, and instead is created by third-party developers at places like Userscripts.org and Greasyfork. This code is inserted after the extension is installed, however the manifest requires the code to be present at installation.

Controversy

On January 6, 2019, Opera banned the Tampermonkey extension from being installed through the Chrome Web Store, claiming it had been identified as malicious. Later, Bleeping Computer was able to determine that a piece of adware called Gom Player was installing it. They said that Opera blacklisting it was a "strange decision".