Skip to content

Instantly share code, notes, and snippets.

@dserodio
Created August 8, 2018 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dserodio/9b8f7b6b0eb5025ef82b11237305b832 to your computer and use it in GitHub Desktop.
Save dserodio/9b8f7b6b0eb5025ef82b11237305b832 to your computer and use it in GitHub Desktop.
GitHub JS hacks
// https://github.com/isaacs/github/issues/514#issuecomment-408216389
Array.from(document.getElementsByClassName('js-details-target')).forEach(function(element){element.click()})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment