Created
March 7, 2025 12:07
-
-
Save szympajka/6fce11647bb01b3d082f449157e38d8b to your computer and use it in GitHub Desktop.
Undo viewed files on Github PR
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
for (let k of [...document.querySelectorAll('#files form[action*="file_review"] label[class*="js-reviewed-file"')]) { | |
k.click(); | |
await new Promise(resolve => setTimeout(resolve, 200)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment