Created
February 24, 2020 16:27
-
-
Save marvinosswald/a56fb56176473ca2c9bb53845ddde6ff to your computer and use it in GitHub Desktop.
Uncheck all board @jira Trello import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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