Skip to content

Instantly share code, notes, and snippets.

@cdtapay
cdtapay / bitbucket-delete-branches-from-list.js
Created October 10, 2019 17:31
Delete Branches in BitBucket from Branch List
$('tr:eq(2)').find('.css-bwlyqq').click();
setTimeout(() => $('tr:eq(2)').find('.Item-z6qfkt-2.eJTYOk:contains("Delete")').click(), 500);
setTimeout(() => $('.css-1967thu:contains("Delete")').click(), 1000);