Skip to content

Instantly share code, notes, and snippets.

@juanca
Created March 2, 2017 18:42
Show Gist options
  • Star 128 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save juanca/5fd799c5b094e3e4f8b709cd101d7403 to your computer and use it in GitHub Desktop.
Save juanca/5fd799c5b094e3e4f8b709cd101d7403 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())
@HappyRashair
Copy link

Niiice :) It worked for 600 files / 3k lines changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment