Best Greasemonkey Scripts: Google Reader Feeds in Gmail

This article was written on February 07, 2008 by CyberNet.

Gmail Google Reader
(Click to Enlarge)

I really wish that Google would integrate a bunch of their services into a single interface, but it doesn’t look like that will be happening anytime soon. Some of their services, such as Google Notebook and Google Reader, would feel pretty natural if they were part of the Gmail interface.

A good example of how it would work can be found in this Gmail + Reader Integrator Greasemonkey script. Once you install the script there will be a new section in the sidebar that lists off all of the feeds, with unread feeds in bold. The reading area for your feeds is located underneath the emails in your Inbox, which can be a little annoying if you have a lot of emails in your Inbox. Unfortunately there is no way to collapse your Inbox. 🙁

There are a handful of settings that can be configured as pointed out by the developer:

You can change the height of the Gmail thread list and the embedded reader by modifying the values in about:config (filter by ‘reader’). You can also revert to the old behaviour of not expanding the folders in the feed list by setting expandFolder in about:config.

The only disappointing thing is that this script is only available for Firefox, and not nearly as nice as it would be if Google had their own system available.

Gmail + Reader Integrator

Copyright © 2014 CyberNetNews.com

Best Greasemonkey Scripts: Google Reader Filters

This article was written on March 11, 2008 by CyberNet.

 google reader filters
(Click to Enlarge)

Google OS came across an extremely powerful Greasemonkey script that many Google Reader users will appreciate. The script is called Google Reader Filter, and with it you’re able to highlight or gray out feed items depending on whether they match the criteria that you specify.

The screenshot above shows that when you click on the Filter Settings button in Google Reader you’ll be presented with a box where you can enter in your criteria for exclusions and highlights. In that particular example I set it up to highlight any articles that contain “Daily Downloads” or “CyberNotes” by specifying each on its own line. There is also the exclusions list which grays out any matching feed items.

If you understand how to use regular expressions you’ll be happy to know that this script supports them! For example, entering in Windows (Vista|XP) will match any articles with “Windows Vista” or “Windows XP” in them.

I really love this feature, but I wish that Google would include something like this by default in Google Reader. Then no matter what computer I’m on I’d be able to utilize the powerful filtering system, but for the time being this script will serve the purpose.

Get Google Reader Filter

Copyright © 2013 CyberNetNews.com