Skip to content

Instantly share code, notes, and snippets.

@williamho
Created April 16, 2015 01:15
Show Gist options
  • Save williamho/8ad54d23354499d3be1f to your computer and use it in GitHub Desktop.
Save williamho/8ad54d23354499d3be1f to your computer and use it in GitHub Desktop.
translate bookmarklet
javascript:(function(){var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){window.open('http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=auto|en&tbb=1&ie='+e);}else{window.open('http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=auto|en&tbb=1&ie='+e);};}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment