Skip to content

Instantly share code, notes, and snippets.

@z-------------
Created March 27, 2014 00:10
Show Gist options
  • Save z-------------/9796861 to your computer and use it in GitHub Desktop.
Save z-------------/9796861 to your computer and use it in GitHub Desktop.
Search the current site with Google
(function(e){
var t = prompt("What do you want to find on " + e + "?");
window.location = "//www.google.com/search?q=site:" + e + "+" + t;
})(location.hostname)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment