Greasemonkey
Greasemonkey is a userscript manager for Mozilla Firefox that enables users to customize the way web pages look and behave by running small JavaScript programs known as user scripts. When a page matching a script's metadata ranges loads, Greasemonkey injects the script into the page, allowing it to modify the DOM, alter styles, or automate tasks. Scripts are written in JavaScript and describe their target pages using a metadata block that can specify include and exclude rules, run-at timing, and permission grants.
Greasemonkey originated as an extension for Firefox and became one of the most widely used tools for
Scripts are typically sourced from community repositories and curated by users, with popular hosts including Greasy