Google search current page bookmarklet

Alec Jacobson

May 23, 2013

weblog/

Here's a javascript bookmarklet for googlin' the title of the current page your viewing:
javascript:(function(){window.location.href="http://google.com/search?q="+document.title;})()
Drag me onto your bookmark bar. Then when you're at a sit that blocks regular visiting but allows entrance through a google search---cough, cough, nytimes.com---you can quickly google the title and click the inevitably top link.