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
/** | |
* 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 ;) |