<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google Reader title unread count | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/6220</link>
    <description>Recent comments on userscript: Google Reader title unread count</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>fix to update title at initial load, replied by vith</title>
      <description>&lt;p&gt;I modified the script a little to also change the title when you first open GReader.  Seems to work as expected now.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;function mangle_greader_title(prop, oldval, newval) {
   if (matches = newval.match(/Google Reader \((\d+\+?)\)/)) {
      newval = &quot;(&quot; + matches[1] + &quot;) Google Reader&quot;;
   }
   return (newval);
}

document.title = mangle_greader_title(null, null, document.title);

unsafeWindow.document.watch('title', mangle_greader_title);
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 03 Jan 2009 01:18:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19890:87604</guid>
      <author>vith</author>
      <link>http://userscripts.org/posts/87604</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mathias Bertelsen</title>
      <description>&lt;p&gt;I have Firefox 3.0.3 and greasemonkey 0.8.20080608.0 installed, and it still works fine? It does not depend on the code of Google Reader anymore, as it just changes the title that firefox has for the page, so it should work regardless of code changes at Reader.&lt;/p&gt;</description>
      <pubDate>Wed, 12 Nov 2008 09:02:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10893:25118</guid>
      <author>Mathias Bertelsen</author>
      <link>http://userscripts.org/posts/25118</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lalo Martins</title>
      <description>&lt;p&gt;This script has ceased to work.  I don't know if it's because I upgraded to Firefox 3b and Greasemonkey 0.8 preview, or because Google Reader changed their code, but it isn't working anymore :-( I really miss it, it's one of the scripts I find most essential.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Dec 2007 09:53:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10893:25119</guid>
      <author>Lalo Martins</author>
      <link>http://userscripts.org/posts/25119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mathias Bertelsen</title>
      <description>&lt;p&gt;So, I've updated the script again. &lt;/p&gt;

&lt;p&gt;This time it doesn't use any of the function names of the Google Reader application, so it should not need to be updated if Google changes anything again. &lt;/p&gt;

&lt;p&gt;It just sets a watch on the document title and changes it appropriately every time it is updated. Much better! :)&lt;/p&gt;</description>
      <pubDate>Sat, 11 Nov 2006 14:48:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10893:25120</guid>
      <author>Mathias Bertelsen</author>
      <link>http://userscripts.org/posts/25120</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mathias Bertelsen</title>
      <description>&lt;p&gt;I updated the script since the function names of the Google Reader seemed to be rotated somehow (the function which was named &quot;eg&quot; before is now named &quot;fg&quot;, and &quot;se&quot; is named &quot;te&quot;). 
&lt;br /&gt;I don't know if this is some kind of regular rotation of the names of the obfuscated functions, done by Google or what, but if they change again, I guess I better investigate some more... :)&lt;/p&gt;</description>
      <pubDate>Fri, 10 Nov 2006 20:44:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10893:25121</guid>
      <author>Mathias Bertelsen</author>
      <link>http://userscripts.org/posts/25121</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:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10893:25117</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/25117</link>
    </item>
  </channel>
</rss>
