I've been avoiding tools like Greasemonkey only because I thought it might be too technical/geeky for me. But I was motivated to install because I came across a tweak that would really improve my blogging efficiency (integrating delicious and bloglines). It's this one.
Okay, so I installed the greasemonkey and downloaded the script. But when I go in bloglines the script is not working. I have no idea how to even begin to troubleshoot this .... is there some step that wasn't mentioned that I didn't know to do because I'm not a natural born geek? Is the script crap or broken? What am I missing?





well, I had no better luck. I installed it and it did nothing. I went to user script management and saw that it was enabled, but the page names it uses were not correct, so I altered it to work on www.bloglines.com/* Still no luck.
Maybe bloglines has been changed since the script was issued? I have not tried yet to debug the javascript... I'll look at it later in the day if I have a chance.
Posted by: Michael Stein | January 05, 2006 at 06:46 AM
Any luck getting this worked out? I am having the same issue.
Posted by: TW | January 08, 2006 at 06:04 PM
Had you three idiots bothered to actually open up the script and look at the text (or, heaven forbid, open up the greasemonkey options window), you'd have noticed that it only applies to the following url wildcard matches.
Maybe you'd have better luck if you deleted the "www." part out of the url's you are visiting, or adding includes such as
//include *bloglines.*/myblogs_display*
it may work the way you want it to.
Posted by: Aerik | September 13, 2006 at 02:06 AM