Skip to content

Instantly share code, notes, and snippets.

@mafredri
Created August 11, 2018 10:03
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 mafredri/c6140a4bd0b8998de413b709111923fb to your computer and use it in GitHub Desktop.
Save mafredri/c6140a4bd0b8998de413b709111923fb to your computer and use it in GitHub Desktop.
A bookmarklet to quickly translate the current webpage using Google Translate
javascript:(function(){window.location='https://translate.google.com/translate?sl=auto&tl=en&js=y&prev=_t&hl=en&ie=UTF-8&edit-text=&u='+encodeURIComponent(window.location.href)})();void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment