Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Found a minor bug: Posts with the apostrophe were not being dimmed in newzbin line 205 Should be: if(typeof titleIndexArray[reportTitles.snapshotItem(i).innerHTML.replace(/\||\*|<|>|\?|\/|:/g,"_").replace(/&/g,"&")] != 'undefined'){
|
|
|
Yay! Thanks man! |
|
|
The green checkmarks should work with FF3 now (version 2.0.3). The problem was I was parsing the post ID out of the modified url for the green checkmarks. I accidentally left a space in the url "javascript: void....", which FF2 returned as just a space, but FF3 returned url encoded as %20, and so the parser was off 2 places. |
|
|
Add me to the list of people now desperately missing sanzbd tab in firefox 3! |
|
|
Yeah, i'd like it for FF3 as well. Just showing interest so that yarbles knows we want it :-) Thanks for this awesome script by the way... saves me so much time. No idea why It doesnt work on FF3, i can only think its a greasemonkey issue since the code for GM under FF3 is not officially released yet. |
|
|
Sometimes the "complete" green checkmark won't add a report to the sab queue.
|
|
|
Wow it works!
|
|
|
@josbeir Thanks for the fix! Worked for me. |
|
|
@ LadFromWales85 Don't know if this is firefox3 specific but i got it got it working by changing
to
Hope it works for you too |
|
|
Anyone got sabtab to work with Firefox 3?
|