Skip to content

Instantly share code, notes, and snippets.

@sbolel
Last active June 4, 2021 20:33
Show Gist options
  • Save sbolel/dcd64419fcec7f4eb78bc439e3946c61 to your computer and use it in GitHub Desktop.
Save sbolel/dcd64419fcec7f4eb78bc439e3946c61 to your computer and use it in GitHub Desktop.
Meetup: click all unsubscribe buttons
(function() {
document
.querySelectorAll('.pseudocheckbox')
.forEach((node) => {
els[i].click()
})
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment