Created
August 11, 2018 10:03
-
-
Save mafredri/c6140a4bd0b8998de413b709111923fb to your computer and use it in GitHub Desktop.
A bookmarklet to quickly translate the current webpage using Google Translate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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