Skip to content

Instantly share code, notes, and snippets.

@eduardopintor
Forked from CViniciusSDias/linkedin.js
Created January 28, 2022 13:55
Show Gist options
  • Save eduardopintor/69ad0521cd25b62eccdb45a961365d17 to your computer and use it in GitHub Desktop.
Save eduardopintor/69ad0521cd25b62eccdb45a961365d17 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