Created
March 27, 2014 00:10
-
-
Save z-------------/9796861 to your computer and use it in GitHub Desktop.
Search the current site with Google
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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