HOW-TO: Unfollow LinkedIn connections in bulk

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@leo-dubhlinn·
0.000 HBD
HOW-TO: Unfollow LinkedIn connections in bulk
Too many updates from connections you don't care about? Here's the solutions to clean up your feed.

![download.jpg](https://steemitimages.com/DQmZq1mofZuUovVHjs7kjGvmk3QPQraQ9ddJynaVPkz2vj9/download.jpg)

1.	Log in to LinkedIn using Chrome.
2.	Go the page that shows who you are following (usually https://www.linkedin.com/feed/following/)
3.	Scroll down till the end so it will load all the profiles before you run the script
4.	Open the console
5.	Run this script

var buttons = $("button"),
interval = setInterval(function(){
    var btn = $('.is-following');
    console.log("Clicking:", btn);
    btn.click();
    if (buttons.length === 0) {
        clearInterval(interval);
    }
}, 1000);

Cheers,
@leo-dubhlinn
👍 , , ,