Skip to content

Instantly share code, notes, and snippets.

View mykeln's full-sized avatar

Myke Nahorniak mykeln

View GitHub Profile
@mykeln
mykeln / remove-all-linkedin-connections.js
Created October 22, 2022 18:42 — forked from michaelvickersuk/remove-all-linkedin-connections.js
Delete all the network connections from your LinkedIn account
/*
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();