Skip to content

Instantly share code, notes, and snippets.

@bonsaiben
Last active August 29, 2015 14:15
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 bonsaiben/01fe0c9ef422c75a29a9 to your computer and use it in GitHub Desktop.
Save bonsaiben/01fe0c9ef422c75a29a9 to your computer and use it in GitHub Desktop.
Browser bookmark for Google Image search from a Wikipedia article
javascript:var title=$('head title').html().split(' - ')[0].split(' ').join('+');var url = "https://www.google.com/search?q="+title+"&tbm=isch";window.location = url;
@bonsaiben
Copy link
Author

animation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment