Skip to content

Instantly share code, notes, and snippets.

@bdavidxyz
Created January 3, 2019 09:42
Show Gist options
  • Save bdavidxyz/1af552194095e0ebde07aec07f631b13 to your computer and use it in GitHub Desktop.
Save bdavidxyz/1af552194095e0ebde07aec07f631b13 to your computer and use it in GitHub Desktop.
remove all stale branch in github
NodeList.prototype.forEach = Array.prototype.forEach;
document.querySelectorAll('.js-branch-row button[type="submit"].text-red').forEach(function(el){el.click()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment