Created
March 28, 2022 14:22
-
-
Save C0ZEN/a40a124c9a3ab3f9f7e1e3875258095e to your computer and use it in GitHub Desktop.
Uncheck all "Viewed" files when code reviewing on GitHub
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
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