Google Reader Unread Count
Gmail is my Firefox home page and is always open as long as Firefox is there. So I wrote this Greasemonkey script to show Google Reader’s unread count in the nav-bar of Gmail. A good place, isn’t it?
The script checks for the unread count every 8 minutes. But after you click the “Reader” link, it checks the count 1 minute later and extend the interval by 1 minute after every check until the interval returns to 8 minutes again.
Install Greasemonkey,and then install this script。
Tags: Firefox, Gmail, Google Reader, Greasemonkey

March 11th, 2009 at 8:48 am
any help with this?
http://userscripts.org/topics/22310
March 11th, 2009 at 9:54 am
I second that!
Can’t find the problem as well.
March 13th, 2009 at 7:27 am
Sorry dave and Hedge. Now the script on userscripts.org is updated and I’m seeing the right number in Firefox 3.
March 13th, 2009 at 7:35 am
[...] I noticed that one of my Greasemonkey script called “Google Reader Unread Count in Gmail” was displaying the wrong count. I was too busy but at least two users urged me to solve the [...]
March 15th, 2009 at 12:19 pm
Thanks for updating it.
Works like a charm
April 17th, 2009 at 12:25 pm
Thanks for that – I like it.
I added the line:
readerLink.setAttribute(‘target’,'_parent’);
below
readerLink.innerHTML = ‘Reader (‘ + count + ‘)‘;
so that it opens in the same window, rather than a new window. I like the change