<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on SABTab2 for Newzbin | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/20689</link>
    <description>Recent comments on userscript: SABTab2 for Newzbin</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Not all features working in SabTab2, replied by Lee Doyle @ Thu, 04 Dec 2008 22:53:54 -0600</title>
      <description>&lt;p&gt;hi, i am having some issues with this script. It no longer replaces the download icon with the sabtab icon (So it adds it to the download list in sab)&lt;/p&gt;

&lt;p&gt;It also no longers adds a download button in the download page for the item i wish to download.&lt;/p&gt;

&lt;p&gt;Maybe nzb have added something ot changed some links? &lt;/p&gt;

&lt;p&gt;Any chance of it being updated?&lt;/p&gt;</description>
      <pubDate>Thu, 04 Dec 2008 22:53:54 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:18594:81440</guid>
      <author>Lee Doyle</author>
      <link>http://userscripts.org/topics/18594</link>
    </item>
    <item>
      <title>Archived Comments, replied by treas0n @ Sat, 19 Jul 2008 21:44:19 -0500</title>
      <description>&lt;p&gt;Found a minor bug:&lt;/p&gt;

&lt;p&gt;Posts with the apostrophe were not being dimmed in newzbin&lt;/p&gt;

&lt;p&gt;line 205 Should be: if(typeof titleIndexArray[reportTitles.snapshotItem(i).innerHTML.replace(/\||\*|&amp;lt;|&gt;|\?|\/|:/g,&quot;_&quot;).replace(/&amp;amp;/g,&quot;&amp;amp;&quot;)] != 'undefined'){		
&lt;br /&gt;and
&lt;br /&gt;line 243 Should be: if(typeof titleIndexArray[reportTitles.snapshotItem(i).innerHTML.replace(/\||\*|&amp;lt;|&gt;|\?|\/|:/g,&quot;_&quot;).replace(/&amp;amp;/g,&quot;&amp;amp;&quot;)] != 'undefined'){&lt;/p&gt;</description>
      <pubDate>Sat, 19 Jul 2008 21:44:19 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17908</guid>
      <author>treas0n</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by cybertron @ Wed, 25 Jun 2008 19:53:56 -0500</title>
      <description>&lt;p&gt;Yay! Thanks man!&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jun 2008 19:53:56 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17909</guid>
      <author>cybertron</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by Yarbles @ Wed, 18 Jun 2008 09:36:42 -0500</title>
      <description>&lt;p&gt;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 &quot;javascript: void....&quot;, which FF2 returned as just a space, but FF3 returned url encoded as %20, and so the parser was off 2 places.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:36:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17910</guid>
      <author>Yarbles</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by nathaniel_higgins @ Tue, 17 Jun 2008 21:05:06 -0500</title>
      <description>&lt;p&gt;Add me to the list of people now desperately missing sanzbd tab  in firefox 3!&lt;/p&gt;</description>
      <pubDate>Tue, 17 Jun 2008 21:05:06 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17911</guid>
      <author>nathaniel_higgins</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by cybertron @ Tue, 10 Jun 2008 11:42:28 -0500</title>
      <description>&lt;p&gt;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. &lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 11:42:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17912</guid>
      <author>cybertron</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by blun7 @ Sun, 25 May 2008 20:17:34 -0500</title>
      <description>&lt;p&gt;Sometimes the &quot;complete&quot; green checkmark won't add a report to the sab queue. 
&lt;br /&gt;ex url: &lt;a href=&quot;http://v3.newzbin.com/search/query/?q=the+big+lebowski&amp;amp;area=c.6&amp;amp;fpn=p&amp;amp;searchaction=Go&amp;amp;category=6&amp;amp;areadone=c.6&quot;&gt;http://v3.newzbin.com/search/query/?q=the+big+l...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 25 May 2008 20:17:34 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17913</guid>
      <author>blun7</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by LadFromWales85 @ Wed, 02 Apr 2008 17:31:23 -0500</title>
      <description>&lt;p&gt;Wow it works!
&lt;br /&gt;No idea how you figured that out, but thank you!&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 17:31:23 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17914</guid>
      <author>LadFromWales85</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by kLAcK @ Tue, 25 Mar 2008 13:57:42 -0500</title>
      <description>&lt;p&gt;@josbeir Thanks for the fix!  Worked for me.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Mar 2008 13:57:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17915</guid>
      <author>kLAcK</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by josbeir @ Sat, 22 Mar 2008 19:47:08 -0500</title>
      <description>&lt;p&gt;@ LadFromWales85&lt;/p&gt;

&lt;p&gt;Don't know if this is firefox3 specific but i got it got it working by changing 
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;var postId= evt.currentTarget.href.substring(17, evt.currentTarget.href.length - 1);
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;to&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;var postId= evt.currentTarget.href.substring(19, evt.currentTarget.href.length - 1);
&lt;br /&gt;&lt;/code&gt;
&lt;br /&gt;on line 391..&lt;/p&gt;

&lt;p&gt;Hope it works for you too&lt;/p&gt;</description>
      <pubDate>Sat, 22 Mar 2008 19:47:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17916</guid>
      <author>josbeir</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by LadFromWales85 @ Tue, 18 Mar 2008 21:56:19 -0500</title>
      <description>&lt;p&gt;Anyone got sabtab to work with Firefox 3?
&lt;br /&gt;Loving it, but really missing sabtab!&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 21:56:19 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17917</guid>
      <author>LadFromWales85</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:55 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:05:55 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:9716:17907</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/9716</link>
    </item>
  </channel>
</rss>
