Skip to content

Instantly share code, notes, and snippets.

@Pulichev
Last active June 13, 2019 02:40
Show Gist options
  • Save Pulichev/19fef62b89c39e18f9daaf7d107b1caf to your computer and use it in GitHub Desktop.
Save Pulichev/19fef62b89c39e18f9daaf7d107b1caf to your computer and use it in GitHub Desktop.
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