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
Showing posts with label images. Show all posts
Showing posts with label images. Show all posts
5.08.2008
5.05.2008
Google Images hack - full-sized images ONLY
Tired of looking at all those tiny thumbnails on google images ?
This hack will make a google images page disappear, and be replaced with the full-sized images from that page.
goto google images, and search for whatever you want.
when that page comes up type or copy & paste this into your browser's address bar.
javascript:i=document.getElementsByTagName('a');var output;var htm;for(a=25;a<(i.length-15);a++){htm = i[a]; htmS= htm.search.substring(1); ampS = htmS.split("&");equS = ampS[0].split("="); output +="<img src='" + equS[1] + "'><br/>";};document.body.innerHTML =output;
Hope you all enjoy, the bummer is that I can't get it to keep displaying the google frame :-( if anybody out there has idea's please post them here.
This hack will make a google images page disappear, and be replaced with the full-sized images from that page.
goto google images, and search for whatever you want.
when that page comes up type or copy & paste this into your browser's address bar.
javascript:i=document.getElementsByTagName('a');var output;var htm;for(a=25;a<(i.length-15);a++){htm = i[a]; htmS= htm.search.substring(1); ampS = htmS.split("&");equS = ampS[0].split("="); output +="<img src='" + equS[1] + "'><br/>";};document.body.innerHTML =output;
Hope you all enjoy, the bummer is that I can't get it to keep displaying the google frame :-( if anybody out there has idea's please post them here.
Subscribe to:
Posts (Atom)