Skip to content

Instantly share code, notes, and snippets.

@Pulichev
Last active June 13, 2019 02:40
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