Skip to content

Instantly share code, notes, and snippets.

@marvinosswald
Created February 24, 2020 16:27
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 marvinosswald/a56fb56176473ca2c9bb53845ddde6ff to your computer and use it in GitHub Desktop.
Save marvinosswald/a56fb56176473ca2c9bb53845ddde6ff to your computer and use it in GitHub Desktop.
Uncheck all board @jira Trello import
document.querySelectorAll('input[type=checkbox]').forEach((btn) => btn.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment