Created
September 11, 2017 22:04
-
-
Save jwlms/c1ed6b9d9569f7b67ece5537e5dda37a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() { [].forEach.call(document.querySelectorAll('.outdated-comment'), function(element) { | |
element.className += ' open'; | |
element.className += ' Details--on'; | |
}); } ()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment