This blog is moved to
http://amalhashim.wordpress.com

Friday, January 16, 2009

Creating a Google Search bookmarklet

javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Keyword...',''))};if(Qr)location.href='http://www.google.co.in/search?q='+escape(Qr)


copy the above script and save it as a link.

No comments: