Skip to content

Instantly share code, notes, and snippets.

@rafael-neri
Forked from CViniciusSDias/linkedin.js
Created January 26, 2022 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafael-neri/f5fc82451e69e8a23f232e7aef518f49 to your computer and use it in GitHub Desktop.
Save rafael-neri/f5fc82451e69e8a23f232e7aef518f49 to your computer and use it in GitHub Desktop.
Aceitar todos os convites do LinkedIn
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