Skip to content

Instantly share code, notes, and snippets.

@kevinsearle
Created April 18, 2018 14:14
Show Gist options
  • Save kevinsearle/90dfc2177b2c36d7c7b78e59a122aaeb to your computer and use it in GitHub Desktop.
Save kevinsearle/90dfc2177b2c36d7c7b78e59a122aaeb to your computer and use it in GitHub Desktop.
/* Run this in console on a Github pull request to collapse all open files */
$$('div:not(.Details--on) > div.file-header > div.file-actions > button').map(function(x){x.click()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment