GitHub will occasionally hide the Diff for various files in your pull requests (PRs). During a large review, this can get a little annoying.
I wanted to avoid installing an extension to solve the problem, so this code will open each of the “Load Diff” areas automatically from the console:
for(i=0; iā¹document.getElementsByClassName(“js-button-text”).length; i++){ document.getElementsByClassName(“js-button-text”)[i].click();}