Last active
May 25, 2020 02:52
-
-
Save shoyuf/474afa951d8425883d62c97eed7b1174 to your computer and use it in GitHub Desktop.
linkedin accept all friend's invitations
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
(accept = () => { | |
const arr = document.querySelectorAll('button.invitation-card__action-btn:not(.artdeco-button--muted)') | |
arr.length && arr[0].click() | |
setTimeout(accept,500) | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment