Created
November 22, 2020 16:43
-
-
Save peymanmajidi/2b2b0047f7b8caefe2fa221c0c77ebb9 to your computer and use it in GitHub Desktop.
Auto Accept LinkedIn Following Request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var x = document.querySelectorAll("[aria-label^='Accept']"); | |
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
Uh oh!
There was an error while loading. Please reload this page.