Update notification
|
|
Can you write a quick update notification into your script. Right now, as with most of the greasemonkey script, I have to manually check for an update. They aren't all that hard to write, you can look at mine if you wish (not GPL, sorry). I make no claims of it being good though. It, once a day, compares the local script's major, minor & build version (eg v3.2.4) to an XML based version number stored on a server and asks the user if they want to update. If the user wants to update, it opens the url in the XML doc which is a link the the current script. -Justin |
![]() ![]() |
There are many ways to do it without adding it into the script. I wrote Script AutoUpdater. There are others that do the job just as well. Seems better than everyone having to write his own. |

