Skip to content

Instantly share code, notes, and snippets.

@sondnm
Last active March 8, 2019 05:32
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 sondnm/58ed666eab6c89fc2b4cccc3fb7842af to your computer and use it in GitHub Desktop.
Save sondnm/58ed666eab6c89fc2b4cccc3fb7842af to your computer and use it in GitHub Desktop.
Utils using JS in Github
// Remove all branches in https://github.com/<username>/<repo>/branches
document.querySelectorAll("svg.octicon.octicon-trashcan").forEach(function(e) { e.parentNode.click() })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment