Skip to content

Instantly share code, notes, and snippets.

@maldonadod
Created September 9, 2021 10:38
Show Gist options
  • Save maldonadod/70505cde82ef41db7dd941c966009c67 to your computer and use it in GitHub Desktop.
Save maldonadod/70505cde82ef41db7dd941c966009c67 to your computer and use it in GitHub Desktop.
//collapse every expanded file
document.querySelectorAll('button.btn-octicon[aria-expanded=true]').forEach(button => button.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment