Skip to content

Instantly share code, notes, and snippets.

@mfaux
Created December 7, 2017 12:13
Show Gist options
  • Save mfaux/8f871cf29441830112ec919066f99fa8 to your computer and use it in GitHub Desktop.
Save mfaux/8f871cf29441830112ec919066f99fa8 to your computer and use it in GitHub Desktop.
var interval = setInterval(function() {
var anchor = document.querySelector(".diff-expander");
anchor ? anchor.click() : clearInterval(interval);
}, 100);
@mfaux
Copy link
Author

mfaux commented Dec 7, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment