Skip to content

Instantly share code, notes, and snippets.

@ironmanMA
Created July 18, 2017 13:50
Show Gist options
  • Save ironmanMA/4d824c36ae54bbfb740d1eb352b8cb91 to your computer and use it in GitHub Desktop.
Save ironmanMA/4d824c36ae54bbfb740d1eb352b8cb91 to your computer and use it in GitHub Desktop.
kil lAll LinkeIn Pending Invites
/*
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