Skip to content

Instantly share code, notes, and snippets.

@cmwylie19
Last active October 2, 2023 13:46
Show Gist options
  • Save cmwylie19/b80575ec1895f344a6e98a2710e3246c to your computer and use it in GitHub Desktop.
Save cmwylie19/b80575ec1895f344a6e98a2710e3246c to your computer and use it in GitHub Desktop.
uncheck
javascript:document.getElementsByName("viewed").forEach(ch => {if(ch.checked) {ch.click()}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment