Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Created April 14, 2022 21:02
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