Skip to content

Instantly share code, notes, and snippets.

@CViniciusSDias
Created January 19, 2022 19:15
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save CViniciusSDias/30a0b4db0f898cc6b6ebe54c487f52a2 to your computer and use it in GitHub Desktop.
Save CViniciusSDias/30a0b4db0f898cc6b6ebe54c487f52a2 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