Original author(s) | Aaron Boodman |
---|---|
Developer(s) | Anthony Lieuallen, Johan Sundström,[1] 13 more[2] |
Initial release | 28 March 2005[3] |
Stable release | 4.13
/ 5 August 2024 |
Repository | |
Written in | JavaScript, XUL, CSS |
Operating system | Cross-platform |
Available in | English |
Type | Mozilla extension |
License | MIT License |
Website | www |
Related articles |
---|
Origins and lineage |
Category |
Greasemonkey is a userscript manager made available as a Mozilla Firefox extension. It enables users to install scripts that make on-the-fly changes to web page content after or before the page is loaded in the browser (also known as augmented browsing).
The changes made to the web pages are executed every time the page is viewed, making them effectively permanent for the user running the script.
Greasemonkey can be used for customizing page appearance, adding new functions to web pages (for example, embedding price comparisons within shopping sites), fixing rendering bugs, combining data from multiple web pages, and numerous other purposes.