Created
July 18, 2017 13:50
-
-
Save ironmanMA/4d824c36ae54bbfb740d1eb352b8cb91 to your computer and use it in GitHub Desktop.
kil lAll LinkeIn Pending Invites
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
/* | |
run this on https://www.linkedin.com/mynetwork/invitation-manager/sent/ | |
*/ | |
setInterval(function() { jQuery('.mn-person-card__card-actions .mn-person-card__person-btn-ext')[0].click()}, 200); | |
setInterval(function() { window.scrollBy(0,500)}, 100); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment