Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dineshviswanath/9637c5f2e3c71bee8be62842b0743305 to your computer and use it in GitHub Desktop.
Save dineshviswanath/9637c5f2e3c71bee8be62842b0743305 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