Skip to content

Instantly share code, notes, and snippets.

@evaporei
Created July 24, 2020 14:23
Show Gist options
  • Save evaporei/a52ff94e0a8ec4ba1419f5db6502aa3b to your computer and use it in GitHub Desktop.
Save evaporei/a52ff94e0a8ec4ba1419f5db6502aa3b to your computer and use it in GitHub Desktop.
LinkedIn snippet for accepting all invites
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