Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidpelayo/432fdaf4824419fd81018ea4a9bc6cda to your computer and use it in GitHub Desktop.
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