Last active
March 9, 2020 07:49
-
-
Save seunggabi/a0387bed87210e14c8e08424262d02e7 to your computer and use it in GitHub Desktop.
[Github] close change files by jQuery
This file contains hidden or 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
$$('.btn-octicon.js-details-target').forEach(a => a.click()) | |
$$('.js-reviewed-checkbox:checked').forEach(a => a.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment