Skip to content

Instantly share code, notes, and snippets.

@anton-gustafsson
Last active April 4, 2023 18:21
Show Gist options
  • Save anton-gustafsson/7d1ea8e02029125c182ab9b9252d29b2 to your computer and use it in GitHub Desktop.
Save anton-gustafsson/7d1ea8e02029125c182ab9b9252d29b2 to your computer and use it in GitHub Desktop.
Uncheck all viewed file in a PR
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