This file contains 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
/* | |
1. Log into your LinkedIn account | |
2. Select My Network > Connections (https://www.linkedin.com/mynetwork/invite-connect/connections/) | |
3. Open the console (F12) | |
4. Copy the below and paste into the console | |
5. Press enter and your connections will be removed one by one | |
*/ | |
setInterval(function () { | |
document.querySelectorAll('[aria-label^="More actions for"]')[0].click(); |