Thought I'd take a quick look into the issue of my broken Bloglines Greasemonkey script and spotted the issue straight away. It's a pretty simple thing really...
They've changed the title of their site from "Bloglines | My Blogs" to "Bloglines | My Feeds". So all I had to do was update the little bit of code in the script that checks the title to read "
The script is available here, or through my original post which covered installing Greasemonkey as well as details of installing the script.
UPDATE: I've moved some files around on my server, I've not changed any of the content of this post.
Technorati Tags: Bloglines, Greasemonkey, Andrew Beacock
They've changed the title of their site from "Bloglines | My Blogs" to "Bloglines | My Feeds". So all I had to do was update the little bit of code in the script that checks the title to read "
if (document.title == "Bloglines | My Feeds")
" and upload the script to my website.The script is available here, or through my original post which covered installing Greasemonkey as well as details of installing the script.
UPDATE: I've moved some files around on my server, I've not changed any of the content of this post.
Technorati Tags: Bloglines, Greasemonkey, Andrew Beacock
Comments