Skip to content

Instantly share code, notes, and snippets.

@dimaqq
Created July 17, 2021 12:07
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 dimaqq/7d5d093e4d0fa31d40fc00f1d7c11276 to your computer and use it in GitHub Desktop.
Save dimaqq/7d5d093e4d0fa31d40fc00f1d7c11276 to your computer and use it in GitHub Desktop.
setInterval(() => [...document.getElementsByClassName("disabled")].map(e => e.remove()), 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment