Created
July 24, 2020 14:23
-
-
Save evaporei/a52ff94e0a8ec4ba1419f5db6502aa3b to your computer and use it in GitHub Desktop.
LinkedIn snippet for accepting all invites
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
document.querySelectorAll('ul.mn-invitation-list button.artdeco-button--secondary').forEach(btn => btn.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment