Last active
March 27, 2017 14:38
-
-
Save MarkyMarkMcDonald/4aad890613ec826ebdcffa9921030603 to your computer and use it in GitHub Desktop.
Bookmarklet for toggling github comments from code reviews of PRs
This file contains 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()%7Bvar elements %3D document.getElementsByClassName('js-toggle-file-notes')%3Bfor (i %3D 0%3B i < elements.length%3B i%2B%2B) %7B elements%5Bi%5D.click() %7D%7D)() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment