5 reviews
I used this script for a few months and it was great. But for whatever reason, it doesn't work anymore. I've now switched to Patrick Cavit's Google Image Relinker at http://userscripts.org/scripts/show/5059 which works and which was recently updated as well.
Great little script that saves a lot of stress.
Minus one star because it needs a little fix to follow Google's frequent updates.
Review written by 613 The Evil - see all my reviews (2)
Thanks for all the work. It's useful. But I still want to have the option to go to the link, the old style, I mean to the page of the image, perhaps with the image shrinked on top, you know, the default way. I think if you change the link below the image, so it links you to that page, the old style one, it would be great. Sorry I failed to describe it more simply. Hehe. Please make my wish come true! Thanks.
Works good, Thanks!
This script does not work, but changing this
var googFonts = selectNodes(doc, doc.body, "//FONT[contains(@color,'#008000')]");
for this
var googFonts = selectNodes(doc, doc.body, "//SPAN[contains(@class, 'a')]");
works perfectly.
I've tested it on Spanish Google Image.
Sorry for my English.
