Skip to content

Instantly share code, notes, and snippets.

@yariksheptykin
Created May 24, 2018 05:47
Show Gist options
  • Save yariksheptykin/ca5002ecf385fd11a05a8cd24e00a120 to your computer and use it in GitHub Desktop.
Save yariksheptykin/ca5002ecf385fd11a05a8cd24e00a120 to your computer and use it in GitHub Desktop.
Collapses all open files on gitlab review page.
document.querySelectorAll(".fa-caret-down").forEach(close => {close.click()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment