Colorizes the item headers in Google Reader list view and expanded view.
Version: 20091122
| Recently Updated Topics | Posts |
|---|---|
| Google Chrome | 12 |
| chrome support | 1 |
| Preferences? | 1 |
| Color folders instead of si... | 2 |
this script has 12 topics, 74 posts
| Review Summary | ||
|---|---|---|
| (6) | ||
| (1) | ||
| (0) | ||
| (0) | ||
| (0) | ||
this script has 7 reviews
The color is derived from the title of the feed.
----
TODO:
Add a means of selecting a customizable color scheme.
Cleanup jaggedness on link to external article image.
Fix settings message being partially hidden in Chrome.
Added prefs for customizable color scheme.
- Selectable background color hue, lightness ranges and saturation.
- Selectable text color hue, lightness ranges and saturation.
Fix broken update check code.
----
/**
* 20091122
* Fix for breakage on expanded view. <-------------------------------------------------------------->
* CSS modified to increase selector priority to ensure colors get applied.
**
* 20091120
* Fix pref settings when DOM Storage is used.
* Fix for GM_getValue detection on Google Chrome dev channel.
* Fix for not working after encountering a shared item. Script also works on
* the "Your stuff", Shared Items and Notes pages with this.
* Switch code bracing style.
**
* 20091117
* Added prefs to select what is colored in expanded view, entry body or
* outline
* Fix for update version check being in the wrong direction (it was broken)
* Fix for coloring unread items only in list view
* Added Google Chrome support
**/





