Greasemonkey script compiler
Options in the script
- id (if not specified a random guid will be generated)
- name (required)
- shortname (defaults to a lowercase safe name from name)
- version (defaults to 0.1)
- description
- creator
- homepageURL
- updateURL
- contributor (may have multiple lines)
- ff_min_version (defaults to 1.5)
- ff_max_version (defaults to 2.0.0.*)
- include (regexp for href, for example: google\.com)
- exclude (same as above)
All options are set by prepending the optionname with @ inside a comment for example:
/* @name Dyslexia @description Corrects speling @version 2.0 /* ... userscript