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/
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 .