Skip to content

Instantly share code, notes, and snippets.

@zvakanaka
Created August 27, 2021 16:17
Show Gist options
  • Save zvakanaka/94341f0c7505adc0556bd00cc3a1913d to your computer and use it in GitHub Desktop.
Save zvakanaka/94341f0c7505adc0556bd00cc3a1913d to your computer and use it in GitHub Desktop.
Bookmarklet to collapse/expand all PR files (create here: https://caiorss.github.io/bookmarklet-maker/)
Array.from(document.querySelectorAll('[aria-label="Toggle diff contents"]')).forEach(el => el.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment