Skip to content

Instantly share code, notes, and snippets.

@shoyuf
Last active May 25, 2020 02:52
Show Gist options
  • Save shoyuf/474afa951d8425883d62c97eed7b1174 to your computer and use it in GitHub Desktop.
Save shoyuf/474afa951d8425883d62c97eed7b1174 to your computer and use it in GitHub Desktop.
linkedin accept all friend's invitations
(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