5.08.2008

Google Image Hack - full-sized gImages

Ok, I finally got this to work the way I wanted it .... Go to google images, look something up and put this in the address bar :

javascript:i=document.getElementsByTagName('a');var htm; var output; var out = new Array();for(a=25;a<(i.length-15);a++){htm = i[a]; htmS= htm.search.substring(1); ampS = htmS.split("&");equS = ampS[0].split("=");out.push(equS[1])};r = document.getElementsByTagName('img'); var im;for(b=0;b<r.length;b++){r[b].setAttribute('src',out[b]);
r[b].setAttribute('width','auto');r[b].setAttribute('height','auto');};


It'll display full-sized images instead of thumbnails ... fun

No comments: