Skip to content

Instantly share code, notes, and snippets.

@ozscosta
Forked from CViniciusSDias/linkedin.js
Created February 4, 2022 21:38
Show Gist options
  • Save ozscosta/82bdbf5ddbafe3d3a0f9a8115f5b9edf to your computer and use it in GitHub Desktop.
Save ozscosta/82bdbf5ddbafe3d3a0f9a8115f5b9edf 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