Links: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
mNo edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
* [http://www.greasespot.net/ Home page]
* [http://www.greasespot.net/ Greasespot Blog]
* [https://addons.mozilla.org/firefox/748/ Mozilla Addons page]
* [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Greasemonkey at Mozilla Add-ons]


==Discussions==
==Discussions==
* [http://groups.google.com/group/greasemonkey-users Mailing list (users, scripters)]
* [http://groups.google.com/group/greasemonkey-users Mailing list (users, scripters)]
* [http://groups.google.com/group/greasemonkey-dev Mailing list (extension developers)]
* [http://groups.google.com/group/greasemonkey-dev Mailing list (extension developers)]
* [http://mozdev.org/pipermail/greasemonkey/ Old mailing list archives]


==References==
==JavaScript==
 
* [http://developer.mozilla.org/en/docs/JavaScript MDC - JavaScript] - JavaScript reference at Mozilla development center.
=====Greasemonkey=====
* [http://diveintogreasemonkey.org/ Dive Into Greasemonkey]
* [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://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 - 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...)
==User scripts==
* [http://userscripts.org/ UserScripts.org]
* [http://dunck.us/collab/GreaseMonkeyUserScripts GreaseMonkeyUserScripts] wiki


==Tools==
==Tools==
* [http://arantius.com/misc/greasemonkey/script-compiler Greasemonkey compiler]
* [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]
* [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

Latest revision as of 19:57, 3 November 2017

Discussions

JavaScript

Tools