Last active
June 4, 2021 20:33
-
-
Save sbolel/dcd64419fcec7f4eb78bc439e3946c61 to your computer and use it in GitHub Desktop.
Meetup: click all unsubscribe buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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