Skip to content

Instantly share code, notes, and snippets.

@n-buna404
Last active February 18, 2023 04:38
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 n-buna404/03aa6c929e927b9bc36cdb5e59a38190 to your computer and use it in GitHub Desktop.
Save n-buna404/03aa6c929e927b9bc36cdb5e59a38190 to your computer and use it in GitHub Desktop.
Translate current page with google translate. You may change language translated by changing "en" to "ja", "zh" and etc. "sl"=source language and best kept as auto.
javascript:(function(){ 'use strict';window.location.href = "https://translate.google.com/translate?sl=auto&tl=en&u=" + location.href; })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment