Better preview text
![]() ![]() |
I was getting a blob of HTML as the preview text for new feed items, so I changed that section of the code to look like the following. Now I get the actual item title, sans markup. It's my first attempt doing anything with Greasemonkey, so beware. var feed = item.getElementsByClassName('entry-source-title')[0].innerHTML;
GrowlMonkey.notify(GoogleReaderGrowl.appname, 'individual', feed, preview); |

