Skip to content

Instantly share code, notes, and snippets.

@mdespriee
Created December 10, 2019 22:23
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 mdespriee/cee9a93b64177015781084457f00485b to your computer and use it in GitHub Desktop.
Save mdespriee/cee9a93b64177015781084457f00485b to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll("[aria-labelledby=detail-header] label").values()).filter(i => i.control.checked ).forEach(i => {i.click()})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment