Skip to content

Instantly share code, notes, and snippets.

@kylefdoherty
Created December 15, 2017 21:43
Show Gist options
  • Save kylefdoherty/ac262bff2970e36d13ed93b96055e795 to your computer and use it in GitHub Desktop.
Save kylefdoherty/ac262bff2970e36d13ed93b96055e795 to your computer and use it in GitHub Desktop.
const checks = document.getElementsByClassName('js-mark-as-fixed')
for (let i = 0; i < checks.length; i++) { checks[i].click() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment