<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on dgg2 | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/25791</link>
    <description>Recent comments on userscript: dgg2</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>New version, replied by Ustice</title>
      <description>&lt;p&gt;Okay, the author is still busy, so here is my update to this great script. &lt;a href=&quot;http://ustice.googlepages.com/dgg.user.js&quot;&gt;http://ustice.googlepages.com/dgg.user.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the preferences you can add:&lt;/p&gt;

&lt;p&gt;regex:^\d+&lt;/p&gt;

&lt;p&gt;Now anything that starts with a number will be filtered out.&lt;/p&gt;

&lt;p&gt;Now, here is my list:
&lt;br /&gt;site:theonion.com
&lt;br /&gt;regex:[\[\(]\+?(?:[pP]ic|[vV]id)s?[\]\)]
&lt;br /&gt;regex:^(?:[Tt][Hh][Ee] )?(?:[Tt]op )?\d+
&lt;br /&gt;regex:[Tt]op \d+
&lt;br /&gt;regex:\d+ [tT]op
&lt;br /&gt;regex:\d+ [^ ]+st
&lt;br /&gt;regex:^(?:[Tt][Hh][Ee] )?(?:[Tt]op )?(?:[Tt]hree|[Ff]our|[Ff]ive|[Ss]ix|[Ss]even|[Ee]ight|[Nn]ine|[Tt]en|[^ ]teen|[Tt]wenty|[Tt]hirty)
&lt;br /&gt;regex:(?:[Tt][Hh][Ee] )?(?:[Tt]hree|[Ff]our|[Ff]ive|[Ss]ix|[Ss]even|[Ee]ight|[Nn]ine|[Tt]en|[^ ]teen|[Tt]wenty|[Tt]hirty) [^ ]+st&lt;/p&gt;

&lt;p&gt;I can't stand videos and pics, nor any of the spamy lists. Now, I (for the most part) don't see them.&lt;/p&gt;

&lt;p&gt;Oh, and this version has the multiple page fix.&lt;/p&gt;

&lt;p&gt;[Edit]
&lt;br /&gt;Note that I have updated the regex strings to match a few more lists. I now have a really high catch-rate.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Nov 2008 19:05:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17940:78810</guid>
      <author>Ustice</author>
      <link>http://userscripts.org/posts/78810</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ustice</title>
      <description>&lt;p&gt;Okay, the author is still busy, so here is my update to this great script.  &lt;a href=&quot;http://ustice.googlepages.com/dgg.user.js&quot;&gt;http://ustice.googlepages.com/dgg.user.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the preferences you can add:&lt;/p&gt;

&lt;p&gt;regex:^\d+&lt;/p&gt;

&lt;p&gt;Now anything that starts with a number will be filtered out.&lt;/p&gt;

&lt;p&gt;Now, here is my list:
&lt;br /&gt;site:theonion.com
&lt;br /&gt;&lt;code&gt;regex:[\[\(]\+?(?:[pP]ic|[vV]id)s?[\]\)]
&lt;br /&gt;regex:^(?:[Tt][Hh][Ee] )?(?:[Tt]op )?\d+
&lt;br /&gt;regex:[Tt]op \d+
&lt;br /&gt;regex:\d+ [tT]op
&lt;br /&gt;regex:\d+ [^ ]+st
&lt;br /&gt;regex:^(?:[Tt][Hh][Ee] )?(?:[Tt]op )?(?:[Tt]hree|[Ff]our|[Ff]ive|[Ss]ix|[Ss]even|[Ee]ight|[Nn]ine|[Tt]en|[^ ]teen|[Tt]wenty|[Tt]hirty)
&lt;br /&gt;regex:(?:[Tt][Hh][Ee] )?(?:[Tt]hree|[Ff]our|[Ff]ive|[Ss]ix|[Ss]even|[Ee]ight|[Nn]ine|[Tt]en|[^ ]teen|[Tt]wenty|[Tt]hirty) [^ ]+st
&lt;br /&gt;&lt;/code&gt;
&lt;br /&gt;I can't stand videos and pics, nor any of the spamy lists.  Now, I (for the most part) don't see them.&lt;/p&gt;

&lt;p&gt;Oh, and this version has the multiple page fix.&lt;/p&gt;

&lt;p&gt;[Edit]
&lt;br /&gt;Note that I have updated the regex strings to match a few more lists.  I now have a really high catch-rate.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 17:51:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11323:27837</guid>
      <author>Ustice</author>
      <link>http://userscripts.org/posts/27837</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ustice</title>
      <description>&lt;p&gt;To get this script to work on more than the first page, simply replace line 53:&lt;/p&gt;

&lt;p&gt;	&lt;code&gt;if(i == p.length-2 || i &amp;lt; 0) return mainFilter;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;with&lt;/p&gt;

&lt;p&gt;	&lt;code&gt;if(i == p.length-2 || i &amp;lt; 0 || p.substr(i+2,4)==&quot;page&quot;) return mainFilter;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 28 May 2008 14:23:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11323:27838</guid>
      <author>Ustice</author>
      <link>http://userscripts.org/posts/27838</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ken Wright</title>
      <description>&lt;p&gt;It won't work on any page but the first!&lt;/p&gt;</description>
      <pubDate>Sun, 25 May 2008 16:03:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11323:27839</guid>
      <author>Ken Wright</author>
      <link>http://userscripts.org/posts/27839</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:11323:27836</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/27836</link>
    </item>
  </channel>
</rss>
