Script Summary: copy-paste this updater script snippet at the end of your userscript file hosted on userscripts.org. Your script is now displaying update notifications the next time you upload a new version of your script.
Version: 1.0.2
Usage:
Do not just install this script!
Use it as a snippet and copy-paste it in your own userscript!
Instructions:
- Copy and paste the script snippet at the end of your userscript file.
- Set at least script-id (from userscripts.org) and current script version as options in
initfunction. - You may optional overwrite the
checkInterval,injectIntoandupdaterCssoption. - You may optional define additional (non standard) userscript-meta tags
@changeor@depricatedin your script. - Now update
currentVersonin theinitfunction every time you update/upload your script
For more detailed information see comments within the userscript or README on Github!
Changelog
2009-01-29 - 0.1 - created
2009-03-09 - 0.2 - rewritten and implemented with module pattern
2009-03-10 - 0.3 - included change-message
2009-03-24 - 0.4 - included deprication-message
2009-03-25 - 1.0 - first final release
2009-03-27 - 1.0.1 - minor fixes
2010-05-11 - 1.0.2 - changed url for script-updater-check and increased check interval
to limit unnecessary server load on userscripts.org



