Created
September 19, 2012 16:27
-
-
Save kruppel/3750607 to your computer and use it in GitHub Desktop.
Display all hidden diffs in a GitHub pull request
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
var outdatedDiffs = document.getElementsByClassName('outdated-diff-comment-container'); | |
Array.prototype.forEach.call(outdatedDiffs, function (diff) { | |
diff.classList.add('open'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment