Created
April 21, 2015 02:56
-
-
Save takafumir/695f7880c3773ad9b08c to your computer and use it in GitHub Desktop.
Google Blog Search Bookmarklet
This file contains 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
javascript:var%20url=location.href;var%20word=url.match(/(#q=|search\?q=|&q=)(.*?)($|&)/)[2];var%20subw=window.open('https://www.google.co.jp/webhp?tbm=blg#tbm=blg&q='+word).document; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment