Created
January 22, 2019 11:11
-
-
Save stefanmedack/eb7f73e722712ed1f30ca45763819feb to your computer and use it in GitHub Desktop.
Expand 'Load diff' for Github PRs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.from(document.querySelectorAll('div')) | |
.filter(el => el.textContent === 'Load diff') | |
.forEach(it => it.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment