Skip to content

Instantly share code, notes, and snippets.

@nishantrpai
Last active August 23, 2023 11:37
Show Gist options
  • Save nishantrpai/4635922aaac10ddaf5aa2e5e94be43af to your computer and use it in GitHub Desktop.
Save nishantrpai/4635922aaac10ddaf5aa2e5e94be43af to your computer and use it in GitHub Desktop.

Linkedin is a great platform to network and meet people.

Unfortunately opinionated discussion tend to take over a lot of engagment and insights take a back seat.

These are the following instructions to make linkedin feed work for you

PS: Use chrome to make sure this works.

  1. Go to https://www.linkedin.com/feed/following/

  2. Press Ctrl + Shift + I (Developer console)

  3. Go to the console tab and type

  4. Array.from(document.querySelectorAll('.is-following')).map(followbtn => followbtn.click())

  5. This will unfollow everyone currently loaded.

I was following over 600 people so I had to refresh and scroll multiple times. Now I follow only 20 people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment