Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Created April 14, 2022 21:02
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 ozcanzaferayan/6b2a19ed91066b444d21d30316d35d39 to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/6b2a19ed91066b444d21d30316d35d39 to your computer and use it in GitHub Desktop.
Linkedin tüm istekleri kabul etme / Linkedin accept all invitations
var x = document.querySelectorAll('button.artdeco-button--secondary');
for (var i = 0; i < x.length; i++) {
x[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment