User script: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(adding link to [Installing_Scripts] at the logical flow of the sentance)
No edit summary
Line 1: Line 1:
{{stub}}
User scripts are programs which make on-the-fly changes to specific web pages, 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].
 
If you would like to write user scripts yourself, see [[Greasemonkey_Manual:Installing_Scripts]].
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]].


== See Also ==
== See Also ==
* [[wikipedia:Augmented browsing|Augmented browsing at Wikipedia]]
* [[wikipedia:Augmented browsing|Augmented browsing at Wikipedia]]

Revision as of 16:36, 3 November 2017

User scripts are programs which make on-the-fly changes to specific web pages, typically to change their appearance or to add or modify functionality.

User scripts for Greasemonkey and Greasemonkey-compatible alternatives are written in JavaScript. If you would like to write user scripts yourself, see Greasemonkey_Manual:Installing_Scripts.

See Also