Last active
June 13, 2019 02:40
-
-
Save Pulichev/19fef62b89c39e18f9daaf7d107b1caf to your computer and use it in GitHub Desktop.
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
Paste it to JavaScript console. | |
var items = document.getElementsByClassName("load-diff-button btn-link width-full position-absolute top-0 left-0 height-full f4 no-underline js-diff-load"); | |
for (var i = 0; i < items.length; i++) { | |
items[i].click(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment