Links: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m Reverted edits by 24.230.61.92 (Talk) to last revision by Marti |
|||
Line 13: | Line 13: | ||
* [http://diveintogreasemonkey.org/ Dive Into Greasemonkey] | * [http://diveintogreasemonkey.org/ Dive Into Greasemonkey] | ||
* Greasemonkey Hacks [http://www.oreilly.com/catalog/greasemonkeyhks/index.html?CMP=ILL-4GV796923290 book] or [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks wiki] | * Greasemonkey Hacks [http://www.oreilly.com/catalog/greasemonkeyhks/index.html?CMP=ILL-4GV796923290 book] or [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks wiki] | ||
* [ | * [[Avoid Common Pitfalls in Greasemonkey]] | ||
* [http://developer.mozilla.org/en/docs/XPCNativeWrapper MDC - XPCNativeWrapper] - Mozilla development centre explaining you what a this infamous XPCNativeWrapper is all about... | * [http://developer.mozilla.org/en/docs/XPCNativeWrapper MDC - XPCNativeWrapper] - Mozilla development centre explaining you what a this infamous XPCNativeWrapper is all about... | ||
Revision as of 18:19, 3 February 2010
Discussions
References
Greasemonkey
- Dive Into Greasemonkey
- Greasemonkey Hacks book or wiki
- Avoid Common Pitfalls in Greasemonkey
- MDC - XPCNativeWrapper - Mozilla development centre explaining you what a this infamous XPCNativeWrapper is all about...
JavaScript
- ECMAScript Language Binding - This tells you what kind of objects have what kind of properties and methods.
- MDC - JavaScript - JavaScript reference at Mozilla development center.
- Jeff Greenberg on optimizing JavaScript performance - (note that some of the things have changed since then, and that not all browsers are the same...)
User scripts
Tools
- Greasemonkey compiler
- JavaScript Development Environment
- The data:URI kitchen
- Alternate data:URI encoder
- Platypus - a Firefox extension which lets you modify a Web page from your browser and save the changes as a Greasemonkey script