Skip to content

Instantly share code, notes, and snippets.

@grandinquisitor
Created January 27, 2012 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grandinquisitor/1691648 to your computer and use it in GitHub Desktop.
Save grandinquisitor/1691648 to your computer and use it in GitHub Desktop.
simplest possible 'search this site' bookmarklet
javascript:(function()%7Bvar%20s;(s=(prompt('search%20within%20'+location.hostname)%7C%7C'').replace(/%5Es+%7Cs+$/g,''))&&(location.href='http://www.google.com/search?q=site:'+location.hostname+'+'+encodeURIComponent(s));%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment