Skip to content

Instantly share code, notes, and snippets.

@jjb
Created May 20, 2019 16:04
Show Gist options
  • Save jjb/b372e78316af640a68c12114bf319798 to your computer and use it in GitHub Desktop.
Save jjb/b372e78316af640a68c12114bf319798 to your computer and use it in GitHub Desktop.
# https://github.com/my-company/my-project/branches/stale?page=7
buttons = document.getElementsByClassName("js-branch-delete-target text-red");
for(var i = 0; i < buttons.length; i++)
buttons[i].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment