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。
any help with this?
http://userscripts.org/topics/22310
I second that!
Can’t find the problem as well.
Sorry dave and Hedge. Now the script on userscripts.org is updated and I’m seeing the right number in Firefox 3.
Thanks for updating it.
Works like a charm :)
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 :)