5 Easy Steps For Mass Unfollowing on LinkedIn

5 Easy Steps For Mass Unfollowing on LinkedIn

Easy steps :

2- Open and copy the contents of this page : https://code.jquery.com/jquery-3.3.1.min.js

1- Open this page : https://www.dhirubhai.net/feed/following/

No alt text provided for this image

3-Right click + inspect element + choose console tab

4- Copy the contents of: https://code.jquery.com/jquery-3.3.1.min.js & paste the content into the console tab.

5- After that copy this code and paste it into the console tab :

window.setInterval(function(){

jQuery("button span:contains('Following')").each(function(index, value) {

 setTimeout(function() {

   jQuery(value).trigger('click');

 }, index * 100);


});

window.scrollBy(0,1000);

}, 5000);

6- Watch Netflix and chill :D .

要查看或添加评论,请登录

Omar A.的更多文章

社区洞察

其他会员也浏览了