Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 6220119/7cfbdd418dcf6adacfeaebc6fb6501f7 to your computer and use it in GitHub Desktop.
Save 6220119/7cfbdd418dcf6adacfeaebc6fb6501f7 to your computer and use it in GitHub Desktop.
Bookmarklet: force google translate work everywhere
javascript:[...document.querySelectorAll('.notranslate')].forEach(n => n.classList.remove('notranslate'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment