Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save devajmeireles/b4da096d4a29c5b89a9b5d9a0d675996 to your computer and use it in GitHub Desktop.
Save devajmeireles/b4da096d4a29c5b89a9b5d9a0d675996 to your computer and use it in GitHub Desktop.
Accept All Linkedin Invitations
document
.querySelectorAll('button[aria-label^="Aceitar o convite de"]')
.forEach((btn, i) => setTimeout(() => btn.click(), i + 500));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment