UserScript Update Notification

By Seifer Last update Jul 9, 2008 — Installed 1,740 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 13 posts, 7 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Sepehr Lajev... Scriptwright

many many thanks ;)

 
ahmed User

Great script

just 1 thing
can you make it auto update to the latest version ?

 
lazyttrick Scriptwright

Hi, I didn't know about this script, so I made one, please check it out at http://userscripts.org/scripts/show/26062
and let me know what you think. Thanks!

 
stojshic Scriptwright

Man, could u help me with this? I new to all this, but I want to add this script to mine. How to do this? And how it works? My script is MySpace - Shortcuts

 
Seifer Script's Author

Thanks for your input!
I'll see what I can do. I'm new to Javascript ut seem to be getting the hang of it :)

This should help keep my mind off my girlfriend being overseas for the next 35 days with no contact :(
Kane

 
Seifer Script's Author

Thanks for your input!
I'll see what I can do. I'm new to Javascript ut seem to be getting the hang of it :)

This should help keep my mind off my girlfriend being overseas for the next 35 days with no contact :(
Kane

 
Seifer Script's Author

Thanks for your input!
I'll see what I can do. I'm new to Javascript ut seem to be getting the hang of it :)

This should help keep my mind off my girlfriend being overseas for the next 35 days with no contact :(
Kane

 
InsaneNinja Scriptwright

my personal minimum requirements

1. a delay between version checks

Possibly done by setting the script to check next at 12PM (Noon) of the next day, by checking local time. This causes

2. 3 options once an upgrade has been found, to "Upgrade, Delay, Stop Alerts"

make sure to include the version number in the delay, so that when you upgrade that particular script.. the "stop alerts" function is reset

this is probably not the way to go, but.. GM_setValue('delay','version||time_of_update')

 
InsaneNinja Scriptwright

the delay preferably using a GM_setValue

 
InsaneNinja Scriptwright

i suppose that would call for scanning itself for its own header, and splicing a version number, as well as a direct link to the script's own url.

but i wont/cant use this without an embedded delay of 24 hours

 
Seifer Script's Author

@InsaneNinja
Hey, I wanted to use the variables at the top of the script, but as far as I know it's not possible to "use them" in your script. Am I right in saying that?
Because I have to be able to compare the found script_version variable to the one found in the script here at UserScripts.org
I also need to use the script_num and script_name variables..

Any way for me to use them when they are set as
// @version 1
or something like that ?

Kane

 
InsaneNinja Scriptwright

you could build this into variables at the top of the script..? instead of part of the script

and theres a typo.. it says desciption

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel