SABTab2 for Newzbin

By Yarbles Last update Jun 1, 2009 — Installed 11,291 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 11 posts, 9 voices



Jesse Andrews Admin

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

 
treas0n Scriptwright

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'){
and
line 243 Should be: if(typeof titleIndexArray[reportTitles.snapshotItem(i).innerHTML.replace(/\||\*|<|>|\?|\/|:/g,"_").replace(/&/g,"&")] != 'undefined'){

 
cybertron User

Yay! Thanks man!

 
Yarbles Script's Author

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.

 
nathaniel_hi... Scriptwright

Add me to the list of people now desperately missing sanzbd tab in firefox 3!

 
cybertron User

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.

 
blun7 User

Sometimes the "complete" green checkmark won't add a report to the sab queue.
ex url: http://v3.newzbin.com/search/query/?q=the+big+l...

 
LadFromWales85 User

Wow it works!
No idea how you figured that out, but thank you!

 
kLAcK User

@josbeir Thanks for the fix! Worked for me.

 
josbeir User

@ LadFromWales85

Don't know if this is firefox3 specific but i got it got it working by changing

var postId= evt.currentTarget.href.substring(17, evt.currentTarget.href.length - 1);

to


var postId= evt.currentTarget.href.substring(19, evt.currentTarget.href.length - 1);

on line 391..

Hope it works for you too

 
LadFromWales85 User

Anyone got sabtab to work with Firefox 3?
Loving it, but really missing sabtab!

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