Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

SABTab2 for Newzbin

Adds SABnzbdPlus UI to Newzbin V3's main tab menu

This hack adds a SAB Tab to the Newzbin main menu along the top of the screen. This allows you to monitor and control SAB's main functions from the tab. REQUIRES: SABnzbdPlus 0.3.0 or later.

This link should always point to the latest version:
http://userscripts.org/scripts/show/20689

Old Version (v1.x) for users of orignal SABnzbd and SAB+ below version 0.3.0: http://userscripts.org/scripts/show/6094

Features:

Get SABnzbd info:
- The SabTab will optionally display your downoad speed, queue size, and free disc space with a user defined update interval
- You can optionally have your SAB queue displayed under the SabTab->Queue submenu. It is updated every time you open the Queue menu, without reloading the current page
- Optionally SabTab will mark reports found in your SAB history and/or queue by fading them out in report lists
- Pause/Resume or shutdown SAB from SabTab
- Link directly to any SAB page from the the SabTab menu

Add Reports to SAB:
- From any Report or Nfo page you can add the report to you queue with SabTab->Add to Queue, or select a specific add method from the submenu.
- From any report list (bookmarks, category, search results) you can check off the reports you want and use the SabTab menu to add it to the list, or
- You can check off the reports and Click the Add to SAB link placed at the top and bottom of report lists, or
- with one click of the green "complete" checkmark you can add a single report, with optional confirmation to prevent accidental additions
- You can set the default add method SabTab uses under SabTab->Config->SabTab Prefs

Use with a password protected SAB:
- If SabTab ever encounters a SAB login prompt it will prompt you and optionally remember the password to use automatically the next time it is prompted.
(Unfortunately if SabTab encounters a login prompt whatever operation it was performing fails, so if you use a stored password it is recommended that you enable SAB Data on the tab to ensure SAB is unlocked before any add operation is attempted.)
- You can clear your password from SabTab using SabTab->Config->Clear Login

Miscellaneous features:
- Easy to configure from it's own preference panel under SabTab->Config-SabTab Prefs
- Preferences and settings are retained between updates
- The SabTab can put to the left or right of the normal Newzbin tabs or shift all the tabs to the left for low resolution windows.






Jul 20, 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'){

 
Jun 26, 2008
cybertron User

Yay! Thanks man!

 
Jun 18, 2008
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.

 
Jun 18, 2008
nathaniel_hi... Scriptwright

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

 
Jun 10, 2008
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.

 
May 26, 2008
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...

 
Apr 2, 2008
LadFromWales85 User

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

 
Mar 25, 2008
kLAcK User

@josbeir Thanks for the fix! Worked for me.

 
Mar 23, 2008
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

 
Mar 19, 2008
LadFromWales85 User

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

You could comment on this script if you were logged in.