Links: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
remove us.o |
|||
Line 20: | Line 20: | ||
* [http://developer.mozilla.org/en/docs/JavaScript MDC - JavaScript] - JavaScript reference at Mozilla development center. | * [http://developer.mozilla.org/en/docs/JavaScript MDC - JavaScript] - JavaScript reference at Mozilla development center. | ||
* [http://home.earthlink.net/~kendrasg/info/js_opt/ Jeff Greenberg on optimizing JavaScript performance] - (note that some of the things have changed since then, and that not all browsers are the same...) | * [http://home.earthlink.net/~kendrasg/info/js_opt/ Jeff Greenberg on optimizing JavaScript performance] - (note that some of the things have changed since then, and that not all browsers are the same...) | ||
==Tools== | ==Tools== |
Revision as of 19:57, 5 June 2014
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...)
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