Last active
May 16, 2016 20:25
-
-
Save sdwvit/493b61d6367cae8d0b12d52f19092652 to your computer and use it in GitHub Desktop.
Delete all branches on page github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.map($('.branch-delete'), (val, i) => {return [val]}).forEach((el) => {el.click()}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment