{"id":378,"date":"2018-03-09T08:51:48","date_gmt":"2018-03-09T15:51:48","guid":{"rendered":"http:\/\/gregmarkzimmerman.com\/?p=378"},"modified":"2020-05-13T06:11:43","modified_gmt":"2020-05-13T06:11:43","slug":"linkedin-feed-clean-up","status":"publish","type":"post","link":"https:\/\/gregmarkzimmerman.com\/2018\/03\/09\/linkedin-feed-clean-up\/","title":{"rendered":"Linkedin Feed Clean Up – Unfollow All"},"content":{"rendered":"

Do you want to unfollow all your connections on LinkedIn and clean you feed? Use (right-click) inspect and this script via console tab \ud83d\udc4c<\/p>\n

 <\/p>\n

Go to ‘manage followers’ > ‘following’, open google chrome developer tools, put into console:<\/p>\n

 <\/p>\n

var buttons = $(“button”),
\ninterval = setInterval(function(){
\nvar btn = $(‘.is-following’);
\nconsole.log(“Clicking:”, btn);
\nbtn.click();
\nif (buttons.length === 0) {
\nclearInterval(interval);
\n}
\n}, 1000);<\/p>\n

 <\/p>\n

enjoy.<\/p>\n

learn or die. greg<\/p>\n","protected":false},"excerpt":{"rendered":"

Do you want to unfollow all your connections on LinkedIn and clean you feed? Use (right-click) inspect and this script via console tab \ud83d\udc4c   Go to ‘manage followers’ > ‘following’, open google chrome developer tools, put into console:   var buttons = $(“button”), interval = setInterval(function(){ var btn = $(‘.is-following’); console.log(“Clicking:”, btn); btn.click(); if […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[36],"tags":[],"_links":{"self":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/posts\/378"}],"collection":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/comments?post=378"}],"version-history":[{"count":0,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/posts\/378\/revisions"}],"wp:attachment":[{"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/media?parent=378"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/categories?post=378"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gregmarkzimmerman.com\/wp-json\/wp\/v2\/tags?post=378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}