Skip to content

Instantly share code, notes, and snippets.

@rolandas-valantinas
Last active April 20, 2016 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolandas-valantinas/8f5c7706e73101bda9802719e2af6524 to your computer and use it in GitHub Desktop.
Save rolandas-valantinas/8f5c7706e73101bda9802719e2af6524 to your computer and use it in GitHub Desktop.
Opens all GitHub outdated comments
(function() {
var comments = document.getElementsByClassName("outdated-diff-comment-container");
for (var i = 0; i < comments.length; i++) {
comments[i].className += " open";
}
})();
(function(){for(var comments=document.getElementsByClassName("outdated-diff-comment-container"),i=0;i<comments.length;i++)comments[i].className+=" open";})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment