Skip to content

Instantly share code, notes, and snippets.

@csham
Last active April 22, 2020 04:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save csham/1cea1b96844ccff3408b to your computer and use it in GitHub Desktop.
Save csham/1cea1b96844ccff3408b to your computer and use it in GitHub Desktop.
Show all hidden comments on github's pull request page.
var showHiddenCommentsButtons = document.getElementsByClassName('discussion-item-toggle-closed');
for (var i=0; i < showHiddenCommentsButtons.length; i++) {
showHiddenCommentsButtons[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment