|
Script Summary:
Colorizes the item headers in Google Reader list view and expanded view. Version: 20090822 |
this script has 9 topics, 54 posts |
this script has 5 reviews |
||||||||||||||||||||||||||||
The color is derived from the title of the feed.
Latest update mainly motivated by request for Opera compatibility. Problems with not all feed items getting colored should also be fixed.
----
TODO:
Add a means of selecting a customizable color scheme.
Color the "Your Stuff", "Shared Items", "Notes" lists.
Cleanup jaggedness on link to external article image.
----
/**
* 20090822
* Fix to ensure that all items get colored.
* Fixes for Google Reader update
* Added script update notification to the settings page
* Added Opera compatibility
* - Remove use of "for each"
* - Add alternatives to GM_ functions (GM_addStyle, GM_setValue, GM_getValue)
* - Modify coloring CSS
* Cleaned up some code
* Also added DOM Storage fallback option
**
* 20081214
* Prefs split out into independent items and updated to apply instantly.
* Pref notification messages are also fixed to work properly.
* Fix for script not working if Google Gears was installed (my bad design).
* Works on expanded view too now. Possible/easier with Google Reader now using
* CSS for rounded borders.
**/





