Skip to content

Instantly share code, notes, and snippets.

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 ishu3101/5589649 to your computer and use it in GitHub Desktop.
Save ishu3101/5589649 to your computer and use it in GitHub Desktop.
A Bookmarklet that takes the selected text and does the I'm Feeling Lucky Google Search in the new tab. ie: Opens the first result page when you do a Google Search with the text that was selected.
javascript:void(window.open("http://www.google.com/search?q="+document.getSelection()+"&btnI=I'm+Feeling+Lucky"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment