Skip to content

Instantly share code, notes, and snippets.

View architgarg's full-sized avatar
🔥
Working on something new. Stay tuned!

Archit Garg architgarg

🔥
Working on something new. Stay tuned!
View GitHub Profile
@matthew-muscat
matthew-muscat / gist:d80030ec03e8e2b281a8
Created November 16, 2014 01:14
linkedin-withdraw.js
/**
* Withdraw all not yet accepted invitations on Linkedin. What is specially nice
* if you accidentally invited all your contacts from another sources.
* @usage
* 1) Enter in https://www.linkedin.com/inbox/invitations/sent
* 2) Paste this code on Chrome's JavaScript console
* 3) Execute LW.init();
* 4) Wait :P
* @author <a href="http://brunosouza.org">Bruno Souza</a>
* Contribute on https://github.com/brunomvsouza/LinkedinMassInviteWithdrawal ;)