Skip to content

Instantly share code, notes, and snippets.

@yaobinwen
Forked from juanca/github_load_all_diffs.js
Created November 29, 2022 21:41
Show Gist options
  • Save yaobinwen/adfa7232571529d803288a7c6a08c221 to your computer and use it in GitHub Desktop.
Save yaobinwen/adfa7232571529d803288a7c6a08c221 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