Created
October 15, 2019 09:28
-
-
Save alexito4/bde90270ec5306611518341f3accd3ab to your computer and use it in GitHub Desktop.
GitHub PR Mark ALL files as viewed
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
for (const checkbox of document.querySelectorAll('.js-reviewed-checkbox')) { | |
if (checkbox.attributes["data-ga-click"].value.includes("value:false")) { | |
checkbox.click(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
❤️