LinkedIn Feed Blocker

Aug 08, 2026 11:49 PM - 2 hours ago 2

A minimal Chrome hold that disables LinkedIn's location provender while keeping the remainder of LinkedIn usable.

  • Hides the full main provender connected /feed
  • Blocks infinite-scroll provender pagination
  • Leaves profiles, jobs, search, messaging, notifications, and different LinkedIn features alone

I for illustration LinkedIn for uncovering jobs and chatting pinch recruiters. I do not for illustration being greeted by the wild-west societal feed.

After having "experienced" the Before image below, I decided to do thing astir it. Hence, this extension.

  1. Download aliases clone this repository location imperishable connected your computer.

  2. Open Chrome and spell to:

  3. Enable Developer mode successful the top-right corner.

  4. Click Load unpacked.

  5. Select the linkedin-feed-blocker directory.

  6. Reload LinkedIn.

The hold will stay enabled unless you disable aliases region it from chrome://extensions.

After changing manifest.json, rules.json, aliases feed.css:

  1. Open chrome://extensions
  2. Find LinkedIn Feed Blocker
  3. Click Reload
  4. Reload LinkedIn

Hides LinkedIn's main feed, including the station composer:

[data-testid="mainFeed"] { display: nary !important; }

Blocks requests for further main-feed posts by targeting:

sduiid=com.linkedin.sdui.pagers.feed.mainFeed

The norm intentionally targets LinkedIn's mainFeed pager alternatively of the generic pagination endpoint, which could interfere pinch different parts of LinkedIn.

More