User script: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (Dead link for mousehole revived to authors new project page)
m (Internal wiki link for cross-browser userscripting)
Line 5: Line 5:
User scripts for [[Greasemonkey]] and Greasemonkey-compatible alternatives are written in [http://developer.mozilla.org/en/docs/JavaScript JavaScript], but there is at least one example of using another scripting language, namely Ruby in [http://github.com/why/mousehole/tree/master/ MouseHole].
User scripts for [[Greasemonkey]] and Greasemonkey-compatible alternatives are written in [http://developer.mozilla.org/en/docs/JavaScript JavaScript], but there is at least one example of using another scripting language, namely Ruby in [http://github.com/why/mousehole/tree/master/ MouseHole].


For tools other than Greasemonkey that apply user scripts to web sites, see [http://en.wikipedia.org/wiki/Greasemonkey#Greasemonkey_compatibility_and_equivalents_for_other_browsers Wikipedia].
For tools other than Greasemonkey that apply user scripts to web sites, see [[Cross-browser_userscripting|Cross-browser Userscripting]] and [http://en.wikipedia.org/wiki/Greasemonkey#Greasemonkey_compatibility_and_equivalents_for_other_browsers Wikipedia].

Revision as of 22:14, 20 February 2009


User scripts, or userscripts, are scripts that make on-the-fly changes to specific web pages on the client side (in the browser or a proxy server), typically to change their appearance or to add or modify functionality.

User scripts for Greasemonkey and Greasemonkey-compatible alternatives are written in JavaScript, but there is at least one example of using another scripting language, namely Ruby in MouseHole.

For tools other than Greasemonkey that apply user scripts to web sites, see Cross-browser Userscripting and Wikipedia.