Main Page: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m Protected "Main Page": protect sensitive page from vandalism/spam ([edit=sysop] (indefinite) [move=sysop] (indefinite)) |
m →Authoring Tips: change to new link |
||
Line 24: | Line 24: | ||
== Authoring Tips == | == Authoring Tips == | ||
* [[Useful Tools for Script Writers]] | * [[Useful Tools for Script Writers]] | ||
* [[Troubleshooting]] | * [[Troubleshooting (Script Authors)]] | ||
* [[0.7.20080121.0+ compatibility]]: Working around errors introduced by changes in Greasemonkey 0.7.20080121.0 | * [[0.7.20080121.0+ compatibility]]: Working around errors introduced by changes in Greasemonkey 0.7.20080121.0 | ||
* [[Controlling userscripts in sub windows]] | * [[Controlling userscripts in sub windows]] |
Revision as of 16:09, 1 February 2010
GreaseSpot is community documentation for user scripting with Greasemonkey. Please contribute.
Getting Started
Before writing a script or posting to the mailing 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 (Script Authors)
- 0.7.20080121.0+ compatibility: Working around errors introduced by changes in Greasemonkey 0.7.20080121.0
- Controlling userscripts in sub windows
- 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