Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created April 19, 2016 07:30
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 ppworks/20746764cd84e48101354f1e72c4bb44 to your computer and use it in GitHub Desktop.
Save ppworks/20746764cd84e48101354f1e72c4bb44 to your computer and use it in GitHub Desktop.
expand outdated comments
javascript:[].forEach.call(document.querySelectorAll('.outdated-diff-comment-container'), function(element){element.className = 'open';});
@ppworks
Copy link
Author

ppworks commented Apr 19, 2016

[].forEach.call(document.querySelectorAll('.outdated-diff-comment-container'), function(element) {
  element.className = 'open';
});

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