Last active
April 4, 2023 18:21
-
-
Save anton-gustafsson/7d1ea8e02029125c182ab9b9252d29b2 to your computer and use it in GitHub Desktop.
Uncheck all viewed file in a PR
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('.js-reviewed-checkbox[checked]').forEach(c => c.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment