Skip to content

Instantly share code, notes, and snippets.

@plasticmind
Created March 28, 2013 12:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plasticmind/5262783 to your computer and use it in GitHub Desktop.
Save plasticmind/5262783 to your computer and use it in GitHub Desktop.
Bookmarklet: Search this domain
javascript:(function(){ p=prompt('Search this domain for:',''); if(p){ document.location.href='http://www.google.com/search?q=site:'+document.location.href.split('/')[2]+' '+escape(p)} })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment