Skip to content

Instantly share code, notes, and snippets.

View umairqazi523's full-sized avatar
🎯
Focusing

Umair Qazi umairqazi523

🎯
Focusing
View GitHub Profile
@junaidkbr
junaidkbr / linkedin-remove-connection.js
Last active August 30, 2022 12:20
Unfollow and Remove LinkedIn Connection
/**
* Quickly unfollow and remove from connections
* the LinkedIn connection you're currently viewing
*
* Enter the source code in browser Dev Tools or
* bookmark the bookmarlet version for one-click solution
*/
/* Source Code Start */
const actionsWrapper = document.querySelector('#main .pvs-profile-actions > *:last-child > div');