Last active
January 26, 2024 05:01
-
-
Save 6220119/7cfbdd418dcf6adacfeaebc6fb6501f7 to your computer and use it in GitHub Desktop.
Bookmarklet: force google translate work everywhere
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:[...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