Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save khandar-william/9c7d7623e90e9e63173400486b24bb93 to your computer and use it in GitHub Desktop.
Save khandar-william/9c7d7623e90e9e63173400486b24bb93 to your computer and use it in GitHub Desktop.
Github PR bookmarklet: Load all file diffs
javascript:document.querySelectorAll('.load-diff-button').forEach(node => node.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment