DancingPotato
DancingPotato

Paste this code in the console tab to unfollow everyone on LinkedIn

Remember, it doesn't remove connections but only unfollows everyone.

Go to the link: linkedIn.com/feed/following

Right click->inspect element

Go to the console tab, paste the below code and watch the magic happen.

(() => { let count = 0; function getAllButtons() { return document.querySelectorAll('button.is-following') || []; } async function unfollowAll() { const buttons = getAllButtons(); for (let button of buttons) { count = count + 1; const name = button.parentElement.querySelector( '.follows-recommendation-card__name', ).innerText; console.log(

Unfollow #${count}:

, name); window.scrollTo(0, button.offsetTop - 260); button.click(); await new Promise((resolve) => setTimeout(resolve, 100)); } } async function run() { await unfollowAll(); window.scrollTo(0, document.body.scrollHeight); await new Promise((resolve) => setTimeout(resolve, 1000)); const buttons = getAllButtons(); if (buttons.length) run(); } run(); })();

22mo ago
Talking product sense with Ridhi
9 min AI interview5 questions
Round 1 by Grapevine
TwirlyNarwhal
TwirlyNarwhal

Does this even work?

ZestyQuokka
ZestyQuokka

Why do you want to reduce followers of others, itni mushkil se to mile hai

Discover more
Curated from across
Misc
Misc18mo
by SquishyBananaSoftware Engineer

I have found one way to make LinkedIn less cringe

LinkedIn has become a necessary evil. One way that worked for me to make it usable is to Unfollow every connection. Linkedin feed is 100 times better that way. Anyone else has tried this?

Misc
Misc9mo
by ZoomyCoconutZomato

LinkedIn Pro Tip - Unfollow the Simps

A lot of times on LinkedIn you may come across images of women/girls, which feel like they belong on Instagram. There's very little correlation to what is being said. And it is an obvious thirst trap.

Wasn't this supposed to be a pro...

Office Gossip
by PeppyUnicornProgram Manager

Recruiters ghosting/blocking you - the new norm

How common is it for recruiters to ghost you after multiple rounds of interviews and assessments (over months) by blocking your email so you can't even send follow up emails?

The way I see it - they don't lose much since they have thous...