Skip to content

Instantly share code, notes, and snippets.

@S-Voss
Created January 9, 2020 02:48
Show Gist options
  • Save S-Voss/3eecc8794c67c7895920289e65bde6eb to your computer and use it in GitHub Desktop.
Save S-Voss/3eecc8794c67c7895920289e65bde6eb to your computer and use it in GitHub Desktop.
Filter Files During Github Reviews
// Paste below gist into Chrome Developer Tools Console:
[...document.querySelectorAll('[data-path]:not([data-path^="e2e"]) .js-reviewed-checkbox:not(:checked)')].forEach(el => el.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment