Script is broken as of 16 May 2010
![]() ![]() |
Installed it just an hour ago, script doesn't seem to work for url's of images which have spaces in them. May be because Google has been updated too [the new UI google page with the permanent left sidebar] Making the following changes fixes it: if (res = a.href.match(/[\?\&]imgurl=([^&]+)&/)) { insert(createNewLink(a,'#770000','Full image',res[1].replace(/%2520/g,' ')),a);
|
![]() ![]() |
Thanks! I fixed it. |

