Main Page: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
→Getting Started: added Pitfalls at top |
|||
Line 3: | Line 3: | ||
== Getting Started == | == Getting Started == | ||
Before writing a script or posting to the [http://groups.google.com/group/greasemonkey-users/topics greasemonkey-users] list for help, every script writer should read Mark Pilgrim's [http://www.oreillynet.com/lpt/a/6257 Avoid Common Pitfalls in Greasemonkey]. | |||
* [[Greasemonkey Manual]] | * [[Greasemonkey Manual]] |
Revision as of 05:07, 1 July 2007
GreaseSpot is community documentation for user scripting with Greasemonkey. Please contribute.
Getting Started
Before writing a script or posting to the greasemonkey-users list for help, every script writer should read Mark Pilgrim's Avoid Common Pitfalls in Greasemonkey.
Scripting References
Authoring Tips
- Useful Tools for Script Writers
- Troubleshooting
- Code snippets: useful staple functions.
- Coding tips: things you might not have thought of.
- HTML injection tips: how to add your html anywhere, dodging page CSS invading yours
- Site-specific tips
- Security tips
- Etiquette
- Cross-browser userscripting