<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Reddit Filter Plus | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/33419</link>
    <description>Recent comments on userscript: Reddit Filter Plus</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>url filter does not work for me, replied by dreesemonkey</title>
      <description>&lt;p&gt;I've having a similar issue.  I'd love to be able to block self.reddit.com.&lt;/p&gt;

&lt;p&gt;I have two filters setup.  First is my title filter, which works just fine.  I created a second filter specifically for URLs, I wasn't sure if I included it on my first filter it would hide things that matched my keywords ONLY if it was from a specific URL.&lt;/p&gt;

&lt;p&gt;Anyway, I have self.reddit.com in the URL box and it does not hide these.  What am i doing wrong?&lt;/p&gt;

&lt;p&gt;GREAT script, btw.  I downloaded greasemonkey specifically for this.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Sep 2009 16:14:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19608:174061</guid>
      <author>dreesemonkey</author>
      <link>http://userscripts.org/posts/174061</link>
    </item>
    <item>
      <title>Suggested changes so it works with GreaseKit, replied by pudquick</title>
      <description>&lt;p&gt;Replace line 66 with:
&lt;br /&gt;&lt;pre&gt;  if (typeof GM_registerMenuCommand === &quot;undefined&quot;) {
    // Running on GreaseKit on Safari, most likely
    // As such, need to specify options.path = /
    var options = new Object();
    options.path = '/';
    GM_setValue('rf_filters', json, options);
    delete options;
  } else {
    GM_setValue('rf_filters', json);
  }&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Replace line 299 with:
&lt;br /&gt;&lt;pre&gt;  removeButton.setAttribute('class', 'btn');&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;(Using .class is generally frowned on, but in Safari it specifically breaks.)&lt;/p&gt;

&lt;p&gt;I've made these changes to my version, works great (if you're also using the gm_functions script)&lt;/p&gt;</description>
      <pubDate>Sun, 23 Aug 2009 02:40:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:33657:161631</guid>
      <author>pudquick</author>
      <link>http://userscripts.org/posts/161631</link>
    </item>
    <item>
      <title>url filter does not work for me, replied by burger</title>
      <description>&lt;p&gt;I tried this and could not reproduce the error, but this was posted a long time ago. Perhaps it works in the new version? Sorry for the late reply.&lt;/p&gt;</description>
      <pubDate>Sat, 31 Jan 2009 19:07:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19608:93207</guid>
      <author>burger</author>
      <link>http://userscripts.org/posts/93207</link>
    </item>
    <item>
      <title>Reddit update broke filter, here's a fix, replied by burger</title>
      <description>&lt;p&gt;Hey guys, I have updated the script with fixes for this. Thanks for your help!&lt;/p&gt;</description>
      <pubDate>Sat, 31 Jan 2009 18:59:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20861:93205</guid>
      <author>burger</author>
      <link>http://userscripts.org/posts/93205</link>
    </item>
    <item>
      <title>Reddit update broke filter, here's a fix, replied by StrawTurkey</title>
      <description>&lt;p&gt;Nice catch, guys. Glad you guys could figure that out. I was just stuck being sad about it.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Jan 2009 05:45:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20861:92236</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/posts/92236</link>
    </item>
    <item>
      <title>Reddit update broke filter, here's a fix, replied by hobophobe</title>
      <description>&lt;p&gt;That doesn't look like the only change...&lt;/p&gt;

&lt;p&gt;Again in rf_doFilter:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;//        } else if (link.className == 'hover') {
        } else if (/^subreddit/.test(link.className)) {&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;That's the only other thing needs a change I could see.  Note that they dropped the subreddit link for reddit.com so if you were filtering on that subreddit you'll need to adjust accordingly.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Jan 2009 03:32:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20861:92207</guid>
      <author>hobophobe</author>
      <link>http://userscripts.org/posts/92207</link>
    </item>
    <item>
      <title>Reddit update broke filter, here's a fix, replied by marklubi</title>
      <description>&lt;p&gt;Apparently Reddit made an update this afternoon that broke the latest version of the filter.  I found a quick fix for the script.&lt;/p&gt;

&lt;p&gt;In the function rf_doFilter:&lt;/p&gt;

&lt;p&gt;//if (!(/^thingrow_/.test(div.id))) continue;
&lt;br /&gt;if (!/^thing/.test(div.className)) continue;&lt;/p&gt;</description>
      <pubDate>Tue, 27 Jan 2009 00:11:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20861:92183</guid>
      <author>marklubi</author>
      <link>http://userscripts.org/posts/92183</link>
    </item>
    <item>
      <title>url filter does not work for me, replied by e40</title>
      <description>&lt;p&gt;I add ``wired'' into the &quot;url filters&quot; text field, press &quot;saved filters&quot; button, go to a reddit.com window where the #1 item is from blog.wired.com.  No yellow highlighting.  If I add another filter with the single title word ``text'', it highlights find (the title is &quot;Text Messages ...'').&lt;/p&gt;

&lt;p&gt;Ideas?  I'd love to use this script.  Running FF 3.0.5.  Greasemonkey is up to date, too (as are all my addons).&lt;/p&gt;

&lt;p&gt;How can I debug this with Firebug?&lt;/p&gt;</description>
      <pubDate>Tue, 30 Dec 2008 04:05:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19608:86814</guid>
      <author>e40</author>
      <link>http://userscripts.org/posts/86814</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jose Torre-Bueno</title>
      <description>&lt;p&gt;Sorry to be a newby but after installing this how do I open the prefrence page for this script?&lt;/p&gt;</description>
      <pubDate>Mon, 27 Oct 2008 16:49:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28258</guid>
      <author>Jose Torre-Bueno</author>
      <link>http://userscripts.org/posts/28258</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey</title>
      <description>&lt;p&gt;This is a great script. Thanks for making it!&lt;/p&gt;</description>
      <pubDate>Sun, 12 Oct 2008 05:47:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28259</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/posts/28259</link>
    </item>
    <item>
      <title>Archived Comments, replied by Y. Right</title>
      <description>&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Fri, 19 Sep 2008 09:29:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28260</guid>
      <author>Y. Right</author>
      <link>http://userscripts.org/posts/28260</link>
    </item>
    <item>
      <title>Archived Comments, replied by burger</title>
      <description>&lt;p&gt;Y. Right: Apparently there was an error with keywords and spaces. The script was handling the spaces incorrectly so some filters with spaces would not work. This should be fixed now.&lt;/p&gt;</description>
      <pubDate>Fri, 19 Sep 2008 06:34:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28261</guid>
      <author>burger</author>
      <link>http://userscripts.org/posts/28261</link>
    </item>
    <item>
      <title>Archived Comments, replied by Y. Right</title>
      <description>&lt;p&gt;Hi, this is great, but I'm having trouble filtering out stories about Ron Paul. My current &quot;title filters&quot; are &quot;palin, mccain, obama, republican, democrat, ron paul&quot;, but I still get a story whose title is &quot;Ron Paul Blasts &#8220;Secret Government&#8221; Running Economy&quot;. What am I doing wrong?&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2008 22:46:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28262</guid>
      <author>Y. Right</author>
      <link>http://userscripts.org/posts/28262</link>
    </item>
    <item>
      <title>Archived Comments, replied by burger</title>
      <description>&lt;p&gt;I've updated this script to hopefully be compatible with GreaseKit, Opera (tested on Opera) and other browsers. Please inform me if there are any bugs or incompatibilities.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Sep 2008 20:34:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28263</guid>
      <author>burger</author>
      <link>http://userscripts.org/posts/28263</link>
    </item>
    <item>
      <title>Archived Comments, replied by ch00f</title>
      <description>&lt;p&gt;I'm running GreaseKit for Safari, and your script doesn't work (the options don't show up on the preferences page of reddit).&lt;/p&gt;

&lt;p&gt;Just thought I'd let you know.  I'd love to install it in firefox, but for some reason my copy isn't allowing me to install extensions right now.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Sep 2008 07:48:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28264</guid>
      <author>ch00f</author>
      <link>http://userscripts.org/posts/28264</link>
    </item>
    <item>
      <title>Archived Comments, replied by wopswops0482</title>
      <description>&lt;p&gt;Burger,&lt;/p&gt;

&lt;p&gt;You saved Reddit. Nothing less. Thank you. Thank you. This is great.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Sep 2008 08:35:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28265</guid>
      <author>wopswops0482</author>
      <link>http://userscripts.org/posts/28265</link>
    </item>
    <item>
      <title>Archived Comments, replied by Si</title>
      <description>&lt;p&gt;Well all of this talk about tagging got me to thinking. I like subreddits cos they allow me to see stuff that isn't about Obama or politics. BUT I'm missing loads of cool stuff that doesn't go through reddits that I'm subscribed to.&lt;/p&gt;

&lt;p&gt;This script lets me view /r/all/ and filter out those subreddits without having to worry about missing out.&lt;/p&gt;

&lt;p&gt;Many thanks!&lt;/p&gt;</description>
      <pubDate>Tue, 09 Sep 2008 17:29:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28266</guid>
      <author>Si</author>
      <link>http://userscripts.org/posts/28266</link>
    </item>
    <item>
      <title>Archived Comments, replied by burger</title>
      <description>&lt;p&gt;Thank you for this contribution, Si, although I'm a bit unsure why you don't just unsubscribe to unwanted subreddits this feature might be useful. I've updated the script source now.&lt;/p&gt;</description>
      <pubDate>Tue, 09 Sep 2008 17:10:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28267</guid>
      <author>burger</author>
      <link>http://userscripts.org/posts/28267</link>
    </item>
    <item>
      <title>Archived Comments, replied by Si</title>
      <description>&lt;p&gt;Hi - great script. I was looking for something like this exactly 4 hours after you uploaded it. I&#8217;ve modified it to also filter by subreddit, and it can be found at &lt;a href=&quot;http://dpaste.com/hold/76960/&quot;&gt;http://dpaste.com/hold/76960/&lt;/a&gt; . Please update the script, it changes the way that I browse reddit.&lt;/p&gt;

&lt;p&gt;Si&lt;/p&gt;</description>
      <pubDate>Tue, 09 Sep 2008 17:06:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28268</guid>
      <author>Si</author>
      <link>http://userscripts.org/posts/28268</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</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>Wed, 17 Nov 2004 01:06:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11409:28257</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/28257</link>
    </item>
  </channel>
</rss>
