If you paste the below code in your browser location bar … when you have a images.google.com result … then you will see all the dimensions.
javascript:b=document.getElementsByTagName(‘div’);function A(){for (var i = 0; i < b.length; i++){try{b[i].onmouseover(); b[i].onmouseover=null;b[i].onmouseout=null;}catch(e){}}};A();
It’s a very simple ... it loops over all the divs on the page and runs the “ONMOUSEOVER” command and then removes the “ONMOUSEOVER/ONMOUSEOUT” behaviors.
You can drag the below link, into your browser bookmark bar and just click it when you are ready:
This was a quick test ... if useful i will update to remove the background color and border… and other goodness … enjoy!