Skip to content

Instantly share code, notes, and snippets.

@tangorri
Created October 8, 2024 08:39
Show Gist options
  • Save tangorri/0994587aaab3e6a3e4078160d7ac602f to your computer and use it in GitHub Desktop.
Save tangorri/0994587aaab3e6a3e4078160d7ac602f to your computer and use it in GitHub Desktop.
toggle off all in page
Array.from(document.getElementsByTagName('input')).forEach(i => i.checked = false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment