How do I add update notification to my GreaseMonkey Scripts?
Step 1: Create a GreaseMonkey Account (Use the Form on the Left)
Step 2: Login to Monkey Updater
Step 3: Add a GreaseMonkey script to the Monkey Updater system.
Step 4: Copy the JavaScript Installation code.
Step 5: Paste the code at the end of your script file.
Step 6: Save your script. Your Script is now capible of displaying update notifications the next time you make a script update.
How does Monkey Updater know when I have updated my script?
Update Option 1
Step 1: Edit your UserScripts.org script and find the Monkey Updater installation code that you added. Find the portion of that code that says version= and update the number that follows that text. (E.g. http://www.monkeyupdater.com/scripts/updater.php?id=18&version=0.4.5 <-- update this number accordingly)
Step 2: Save your script.
The first time the script runs to check for an update (From anyone who has installed the updated version), Monkey Updater will recognize the updated version and check the UserScripts.org source to verify. Your script version will automatically be updated in the Monkey Updater system once we verify the authenticity of the version number.
Update Option 2
Step 1: Login to Monkey Updater and click the edit icon for the script you would like to update.
Step 2: Update the version number for the script and click save.
Step 3: Copy the JavaScript installation code and paste replace the existing MonkeyUpdater code in your script file.
Step 4: Save your script.