User:Tomwm/Greasemonkey (presentation)
From RHLUG
Greasemonkey is a Firefox extension that lets you run bits of JavaScript on web pages to fix or enhance them. This presentation briefly introduced it, also touching on the language JavaScript.
Contents |
[edit] Presentation
(Why did I insert the code examples as images? Because ooimpress sucks.)
[edit] Resources
[edit] Greasemonkey
- Official Wiki: http://wiki.greasespot.net/
- greasemonkey-users Google group
- #greasemonkey on irc.freenode.net
- http://userscripts.org/ -- repository of user scripts
[edit] JavaScript
- Mozilla docs: http://developer.mozilla.org/en/JavaScript
- JavaScript: The Definitive Guide (book available at the Logan Library)
- FireBug: http://getfirebug.com/

