Skip to content

Instantly share code, notes, and snippets.

@blluv
Created November 4, 2021 15:43
Show Gist options
  • Save blluv/5833a42a5fa3bf53104d32cafde8f0e5 to your computer and use it in GitHub Desktop.
Save blluv/5833a42a5fa3bf53104d32cafde8f0e5 to your computer and use it in GitHub Desktop.
remove all notranslate class
document.querySelectorAll(".notranslate").forEach(e=>e.classList.remove("notranslate"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment