Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save davidpelayo/432fdaf4824419fd81018ea4a9bc6cda to your computer and use it in GitHub Desktop.
Toggle all files details within a PR
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