April 21, 2011

Quick tip - enable basic version of google image search

Many people including me dislike the new version of google image search for a few reasons.

For such people, I've a quick solution.

Save this javascript function as a new bookmark in your favorite browser :

javascript:function imageSEARCH(){var x = prompt("FIND WHAT ?");window.location="http://images.google.com/images?q="+x+"&sout=1";}imageSEARCH();

The next time you want to search for a image and what the search results to come up in basic version of google image search, just click on the new bookmark that you just created.

No comments:

Post a Comment