Links: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 14: Line 14:
* [http://www.oreilly.com/catalog/greasemonkeyhks/index.html?CMP=ILL-4GV796923290 Greasemonkey Hacks]
* [http://www.oreilly.com/catalog/greasemonkeyhks/index.html?CMP=ILL-4GV796923290 Greasemonkey Hacks]
* [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...


=====Javascript=====
=====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 - Javascript] Javascript reference at Mozilla development centre.
* [http://developer.mozilla.org/en/docs/JavaScript MDC - Javascript] - Javascript reference at Mozilla development centre.
* [http://home.earthlink.net/~kendrasg/info/js_opt/ Jeff Greenberg on optimising 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 optimising 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 01:25, 8 July 2007

Discussions

References

Greasemonkey
Javascript

User scripts

Tools