Links: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
No edit summary |
m →Tools |
||
Line 29: | Line 29: | ||
* [http://www.squarefree.com/jsenv/ JavaScript Development Environment] | * [http://www.squarefree.com/jsenv/ JavaScript Development Environment] | ||
* [http://software.hixie.ch/utilities/cgi/data/data The data:URI kitchen] | * [http://software.hixie.ch/utilities/cgi/data/data The data:URI kitchen] | ||
* [http://www.scalora.org/projects/uriencoder/ Alternate data:URI encoder] | |||
* [https://addons.mozilla.org/firefox/737/ Platypus] - a Firefox extension which lets you modify a Web page from your browser and save the changes as a Greasemonkey script | * [https://addons.mozilla.org/firefox/737/ Platypus] - a Firefox extension which lets you modify a Web page from your browser and save the changes as a Greasemonkey script |
Revision as of 20:11, 19 May 2008
Discussions
References
Greasemonkey
- Dive Into Greasemonkey
- Greasemonkey Hacks
- 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