update check and notify
![]() ![]() |
Hello Parashuram, I am happy to see you've also implemented a similar update-check and notify popup in your script! I wanted to let you know it's not working properly, and a simple fix will take care of this hopefully. It does look like the basic functionality was changed, but here's how mine works and how I had a similar problem when I first implemented the update-check: As I am familiar with this functionality, the 'scriptVersion' uses a datetime value for when the script was last updated. Thus I use the commented-out 'alert' function to get me the final datetime when I finish my updates and before uploading the new version---I then transcribe that new datetime into the script and onto my userscript page (for the update-check to read.) Example from my code:
I hope this helps you my friend. I know your script is a little different, but maybe this will make sense and help. ;)
Best regards,
|
![]() ![]() |
Nice Idea, makes sense to use the date to check for the latest. |
![]() ![]() |
I just checked, the script update checker in my script works too. Can you be specific about what part is wrong, in scriptUpatechecker ? |

