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