Skip to content

Instantly share code, notes, and snippets.

@dhoko
Created September 26, 2016 10:04
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 dhoko/0dbcb037e864580dd4f9427ed7f0b59e to your computer and use it in GitHub Desktop.
Save dhoko/0dbcb037e864580dd4f9427ed7f0b59e to your computer and use it in GitHub Desktop.
Remove :merged github
Array
.from($$('.state-merged'))
.map(node => node.parentElement.parentElement.querySelector('button'))
.forEach(node => node.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment