My second script for greasemonkey for firefox. This time called “Blogspot to InBlogs Link Rewriter”.
It was borne out of the need of our fellow bloggers across the border, after their govt. decided to ban blogspot as well. Its worked very well for me, and i hope it will as well for them.
You do need the Greasemonkey extension for Firefox (version 0.6.4) to run this script. (Available for download from here).
Installation Procedure:
- Install Greasemonkey or make sure it is installed.
- Open this link in firefox.
(or copy/paste this link in your browser http://www.geocities.com/mansoor_adenwala/blogspot2inblogs.user.js) - Click on Tools -> Install this Script
- Thats it! Now *any* page on the web, which links to a blogspot blog, will be automatically translated.
Enjoy it! Comments/Suggestions would be highly appreciated.
Update: thanks teeth maestro: updated the link
July 22, 2006 at 11:14 am
psst… just check the link to your script on this post it still links to the pkblogs version
August 3, 2006 at 2:48 am
That is so useful! Thanks a lot! It works fine for bloglines, but not failed to work for google reader. It might be caused by execution order problem. Google reader is a ajax application, we need to be notified everytime the page changed to replace all links.
August 3, 2006 at 4:27 am
I have fixed th bug mentioned above:
http://taowen.googlepages.com/blogspot2inblogs.user.js
It is using setInterval to rewrite link every second.
August 3, 2006 at 6:57 am
thanks taowen! Your update is much appreciated!
I was wondering how to handle AJAX and other javascript scripts!
one question though.. would’nt updating every second be a little taxing on the browser? just a thought..