Jump to content

Userscript manager

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2600:8801:8a01:dd00:e873:b950:e879:9e90 (talk) at 00:30, 2 July 2017 (extended list). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A userscript manager is a type of browser extension and augmented browsing technology that allows users to install scripts (written in JavaScript) to modify webpages as they browse them, and provides an interface to load, create, and organize userscripts. Popular userscript managers include Tampermonkey and Greasemonkey. Several host sites make repositories available for sharing scripts.

Greasemonkey

Greasemonkey is a userscript manager made available as a Mozilla Firefox extension. It enables users to install scripts (written in JavaScript) 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. Users can either write their own scripts, or collect them from the web.

Violentmonkey

Violentmonkey is a userscript manager browser extension for browsers that support WebExtensions. It enables users to install scripts (written in JavaScript) to modify webpages as they browse them, and provides an interface to load, create, and organize userscripts.

Lubemonkey

Lubemokney is a next generation userscript manager for Firefox that utilizes SQlite Database storage. It enables users to install scripts (written in JavaScript) to modify webpages as they browse them, and provides an interface to load, create, and organize userscripts.

usi (User|Unified Script Injector)

USI is a userscript manager browser extension for Chrome, Firefox, and Firefox for Android. It enables users to install scripts (written in JavaScript) to modify webpages as they browse them, and provides an interface to load, create, and organize userscripts.

Tampermonkey

Tampermonkey is a userscript manager browser extension for mainstream browsers, including Chrome, Edge, Firefox, Opera, and Safari. It enables users to install scripts (written in JavaScript) to modify webpages as they browse them, and provides an interface to load, create, and organize userscripts.

NinjaKit

NinjaKit is a userscript manager browser extension for mainstream browsers, including Chrome and Safari. It enables users to install scripts (written in JavaScript) to modify webpages as they browse them, and provides an interface to load, create, and organize userscripts.

See also