Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ishu3101/5589672 to your computer and use it in GitHub Desktop.
Save ishu3101/5589672 to your computer and use it in GitHub Desktop.
A Bookmarklet that translates the selected text into english using the translate.google.com and displays the translated text in a new tab.
javascript:void(window.open("http://translate.google.com/#auto|en|" +document.getSelection()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment