Created
May 28, 2018 15:49
-
-
Save davidpelayo/432fdaf4824419fd81018ea4a9bc6cda to your computer and use it in GitHub Desktop.
Toggle all files details within a PR
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(){var files = document.querySelectorAll('.js-details-target'); for(var i = 0; i<files.length; i++) {files[i].click();}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment