GM Script Update Control

By Sylvain Comte Last update May 28, 2009 — Installed 1,530 times.

Notifies when at same version!?

in
Subscribe to Notifies when at same version!? 3 posts, 2 voices



Sam Katakouz... User

Hello I use two scripts that have this control.
* GM Script Update Control (http://userscripts.org/scripts/review/35611)
* Smart Google Subscriber (http://userscripts.org/scripts/review/33600)

Both are notifying even when my version of script is same as latest version.

I would like to be notified only when the scripts latest version is greater than my version.

My setup:
Firefox = 3.1b3
Greasemonkey = 0.8.20090123.1
Greasefire = 1.0.3
javascript.options.jit.chrome = false
javascript.options.jit.content = false

 
Sylvain Comte Script's Author
Hello,

Discovered the bug right now. Didn't have the problem at home since i'm using Firefox 3.0 there. I guess it's caused by new javascript engine and the way it handles text and characters. I'll fix this as soon as possible. Be patient (a couple of hours), i'll have to test it also in FF 2 and 3 before releasing the fix.
If you can't wait, please had this line in your script just after
var offRel=dom.getElementById('summary').getElementsByTagName('b')[1].nextSibling.textContent;
offRel=offRel.replace(/[\0\n\f\r\t\v\s]/g,"");
 
Sylvain Comte Script's Author
Now fixed.
Not so easy, because of bugs in userscript page code ;-)

Will now correct Google Smart Subscribe...
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