Links: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m →Tools |
OtherMichael (talk | contribs) m GM hacks wiki link added alongside book-page |
||
Line 12: | Line 12: | ||
=====Greasemonkey===== | =====Greasemonkey===== | ||
* [http://diveintogreasemonkey.org/ Dive Into Greasemonkey] | * [http://diveintogreasemonkey.org/ Dive Into Greasemonkey] | ||
* [http://www.oreilly.com/catalog/greasemonkeyhks/index.html?CMP=ILL-4GV796923290 | * 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] | ||
* [http://www.oreillynet.com/lpt/a/6257 Avoid Common Pitfalls in Greasemonkey] | * [http://www.oreillynet.com/lpt/a/6257 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:26, 11 February 2009
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 centre.
- Jeff Greenberg on optimising 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