User script: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
MediaWikiWiz (talk | contribs) adding link to [Installing_Scripts] at the logical flow of the sentance |
|||
Line 3: | Line 3: | ||
'''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''', 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 [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]. If you would like to write '''User scripts''' yourself, see [[Greasemonkey_Manual:Installing_Scripts]]. | ||
For tools other than Greasemonkey that apply user scripts to web sites, see [[Cross-browser userscripting|Cross-browser Userscripting]] and [[wikipedia:Greasemonkey#Compatibility|Greasmonkey's compatibility]]. | For tools other than Greasemonkey that apply user scripts to web sites, see [[Cross-browser userscripting|Cross-browser Userscripting]] and [[wikipedia:Greasemonkey#Compatibility|Greasmonkey's compatibility]]. |
Revision as of 03:33, 18 November 2010
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. If you would like to write User scripts yourself, see Greasemonkey_Manual:Installing_Scripts.
For tools other than Greasemonkey that apply user scripts to web sites, see Cross-browser Userscripting and Greasmonkey's compatibility.