<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Remove Dupes from Google Reader | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/22507</link>
    <description>Recent comments on userscript: Remove Dupes from Google Reader</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>New Google Reader Mods, replied by John Glossner</title>
      <description>&lt;p&gt;Hao - thanks again for a great script. It looks like with the new Google Reader mods they changed the names of some variables.&lt;/p&gt;

&lt;p&gt;particularly it looks like 'viewer-top-links' is no longer valid thus the button does not get created.
&lt;br /&gt;                  document.getElementById('viewer-top-links');&lt;/p&gt;

&lt;p&gt;Do you know if there is an easy fix? I looked through the new Reader page source but it was not obvious to me.&lt;/p&gt;

&lt;p&gt;Thanks,
&lt;br /&gt;John&lt;/p&gt;</description>
      <pubDate>Sat, 06 Dec 2008 21:29:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18665:81771</guid>
      <author>John Glossner</author>
      <link>http://userscripts.org/posts/81771</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hao Chen</title>
      <description>&lt;p&gt;Not at the moment, but that's a good suggestion.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Sep 2008 13:51:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74019</guid>
      <author>Hao Chen</author>
      <link>http://userscripts.org/posts/74019</link>
    </item>
    <item>
      <title>Archived Comments, replied by kizer8</title>
      <description>&lt;p&gt;Is there a way to automatically remove the dupes without having to hit the Remove Dupes button?&lt;/p&gt;

&lt;p&gt;Thanks,
&lt;br /&gt;Kizer&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 19:56:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74020</guid>
      <author>kizer8</author>
      <link>http://userscripts.org/posts/74020</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hao Chen</title>
      <description>&lt;p&gt;John,&lt;/p&gt;

&lt;p&gt;Sure, add this line after the line you mentioned:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;entry.style.display = 'none';&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;-Hao&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 04:34:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74021</guid>
      <author>Hao Chen</author>
      <link>http://userscripts.org/posts/74021</link>
    </item>
    <item>
      <title>Archived Comments, replied by John Glossner</title>
      <description>&lt;p&gt;Great Script!&lt;/p&gt;

&lt;p&gt;Can you provide an option to remove them like in version 0.1? I saw line &lt;code&gt;entry.className = entry.className.replace('unread','') + &quot; read&quot;; &lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Can you post the code to make it disappear?&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jul 2008 21:55:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74022</guid>
      <author>John Glossner</author>
      <link>http://userscripts.org/posts/74022</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hao Chen</title>
      <description>&lt;p&gt;And also, to be easier to use, it should run automatically (as long as it's fast), instead of having to click it every time you scroll a few new items. :)&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 20:54:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74023</guid>
      <author>Hao Chen</author>
      <link>http://userscripts.org/posts/74023</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hao Chen</title>
      <description>&lt;p&gt;Right now, the script is comparing different combinations of the the posts' title and excerpt.  I'm thinking it would be more accurate and faster to compare the link the post goes to instead...&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 20:50:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74024</guid>
      <author>Hao Chen</author>
      <link>http://userscripts.org/posts/74024</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hao Chen</title>
      <description>&lt;p&gt;Updated to v0.2&lt;/p&gt;

&lt;p&gt;Changes:
&lt;br /&gt;- moved Remove Dupes button next to the Refresh button
&lt;br /&gt;- dupes: mark as read, but no longer hides them (fix keyboard j,k bug)
&lt;br /&gt;- finds more dupes by splitting symbols (-, |)
&lt;br /&gt;- more helpful firebug console output (ie. # dupes removed)&lt;/p&gt;</description>
      <pubDate>Fri, 30 May 2008 19:08:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74025</guid>
      <author>Hao Chen</author>
      <link>http://userscripts.org/posts/74025</link>
    </item>
    <item>
      <title>Archived Comments, replied by rainworm</title>
      <description>&lt;p&gt;Found one bug in your script;&lt;/p&gt;

&lt;p&gt;Going to the next news, using keys &quot;J&quot;, &quot;K&quot; isn't working where the dupes were removed.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:46:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74026</guid>
      <author>rainworm</author>
      <link>http://userscripts.org/posts/74026</link>
    </item>
    <item>
      <title>Archived Comments, replied by rainworm</title>
      <description>&lt;p&gt;Oh and another suggestion; make the button use the same style as buttons on google reader and if possible align it next to &quot;folder settings&quot; button.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Feb 2008 12:11:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74027</guid>
      <author>rainworm</author>
      <link>http://userscripts.org/posts/74027</link>
    </item>
    <item>
      <title>Archived Comments, replied by rainworm</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I tried the script and it doesn't work for all the &quot;dupes&quot;.
&lt;br /&gt;I'm subscribed to 24ur.com news(&lt;a href=&quot;http://rss.24ur.com/index.rss&quot;&gt;http://rss.24ur.com/index.rss&lt;/a&gt;)
&lt;br /&gt;and after clicking the &quot;remove dupes&quot; button, I can see the scroller getting bigger so therefore I assume that many of dupes were removed.. but when I read the news.. I can still find the duplicated news.
&lt;br /&gt;Hope this helps.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Feb 2008 11:49:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74028</guid>
      <author>rainworm</author>
      <link>http://userscripts.org/posts/74028</link>
    </item>
    <item>
      <title>Archived Comments, replied by Levi Wallach</title>
      <description>&lt;p&gt;Hi, this seems to work well.  The main thing I'd suggest right now would be to move the button - either immediately to the left of folder settings select list, or immediately to the right of the subscription title.  Thanks, though, this does help with some feeds that provide dupes.  If only it could group all the articles from various feeds about the same topic together, that would be REALLY nice! ;-)&lt;/p&gt;</description>
      <pubDate>Tue, 12 Feb 2008 14:36:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74029</guid>
      <author>Levi Wallach</author>
      <link>http://userscripts.org/posts/74029</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hao Chen</title>
      <description>&lt;p&gt;Hey guys,&lt;/p&gt;

&lt;p&gt;This is a version 0.1 test script that can remove dupes from Google Reader (a well needed feature!). &lt;/p&gt;

&lt;p&gt;It still needs work to be more usable, but it works. What it does is add a Remove Dupes button above view settings on the All Items page.&lt;/p&gt;

&lt;p&gt;If you could be so kind, to help me test it, and offer some C&amp;amp;C, I would appreciate it. It outputs which dupes it removes to the Firebug console.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Feb 2008 00:00:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74030</guid>
      <author>Hao Chen</author>
      <link>http://userscripts.org/posts/74030</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:05:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17068:74018</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/74018</link>
    </item>
  </channel>
</rss>
