Greasemonkey update messing this up?
|
|
I am getting a count of: Reader (1235586241447716) in Gmail since the update to Greasemonkey (I believe). Anyone else running into this? I did change my 'var interval' & 'var maxInterval' to 60000 back in October, not sure whether that is related. Everything was fine since then until now) |
|
|
It seems that reader's api has changed so the original code fetched the wrong number. Edit the script on line 34, remove one ".nextSibling" (there were two) and it should work again. The source code hosted here on userscripts.org is also updated. Sorry for the inconvenience :) |
|
|
Fixed it.. Thanks |