Skip to content

Instantly share code, notes, and snippets.

@cuducos
Last active January 30, 2019 22:33
Show Gist options
  • Save cuducos/6ddc570b218e31f223d2e395c35626ff to your computer and use it in GitHub Desktop.
Save cuducos/6ddc570b218e31f223d2e395c35626ff to your computer and use it in GitHub Desktop.
GitHub: unwatch by organization
Array.prototype.slice.call(
document.querySelectorAll('.js-subscription-row')
).map(function (row) {
if (row.querySelector('div:first-child').innerText.indexOf('ORGANIZARION_NAME/') >= 0) {
row.querySelector('button').click()
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment