Links: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m →User scripts: dunck.us unreachable... removed |
m →Javascript: JavaScript cased as such |
||
Line 16: | Line 16: | ||
* [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... | ||
===== | =====JavaScript===== | ||
* [http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html ECMAScript Language Binding] - This tells you what kind of objects have what kind of properties and methods. | * [http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html ECMAScript Language Binding] - This tells you what kind of objects have what kind of properties and methods. | ||
* [http://developer.mozilla.org/en/docs/JavaScript MDC - | * [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 | * [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...) | ||
==User scripts== | ==User scripts== |
Revision as of 00:26, 10 May 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 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