LinkedIn Feed Blocker
Summary
A minimal Chrome extension that hides LinkedIn's home feed while keeping jobs, profiles, messaging, and search usable. Pending Chrome Web Store approval, with manual installation available.
View Cached Full Text
Cached at: 08/08/26, 08:20 PM
andrewpollack/linkedin-feed-blocker
Source: https://github.com/andrewpollack/linkedin-feed-blocker
LinkedIn Feed Blocker
A minimal Chrome extension that disables LinkedIn’s home feed while keeping the rest of LinkedIn usable.
Install
Chrome Web Store: Currently pending review. The listing will be available shortly here. In the meantime, follow the manual installation instructions below.
What it does
- Hides the entire main feed on
/feed - Blocks infinite-scroll feed pagination
- Leaves profiles, jobs, search, messaging, notifications, and other LinkedIn features alone
Why?
I like LinkedIn for finding jobs and chatting with recruiters. I do not like being greeted by the wild-west social feed.
After having “experienced” the Before image below, I decided to do something about it. Hence, this extension.
Before / After
| Before | After |
|---|---|
![]() |
![]() |
Manual install
-
Download or clone this repository somewhere permanent on your computer.
-
Open Chrome and go to:
chrome://extensions -
Enable Developer mode in the top-right corner.
-
Click Load unpacked.
-
Select the
linkedin-feed-blockerdirectory. -
Reload LinkedIn.
The extension will remain enabled unless you disable or remove it from chrome://extensions.
Developer Notes
Updating
After changing manifest.json, rules.json, or feed.css:
- Open
chrome://extensions - Find LinkedIn Feed Blocker
- Click Reload
- Reload LinkedIn
How it works
feed.css
Hides LinkedIn’s main feed, including the post composer:
[data-testid="mainFeed"] {
display: none !important;
}
rules.json
Blocks requests for additional main-feed posts by targeting:
sduiid=com.linkedin.sdui.pagers.feed.mainFeed
The rule intentionally targets LinkedIn’s mainFeed pager instead of the generic pagination endpoint, which could interfere with other parts of LinkedIn.
Similar Articles
@grinich: LinkedIn messaging is embarrassingly bad. So I built a faster, private, open-source inbox. Superhuman-style shortcuts I…
A developer built an open-source Chrome extension that enhances LinkedIn messaging with keyboard shortcuts, instant local search, dark mode, and privacy, running fully locally.
Linkeezy
Linkeezy helps organize LinkedIn inbox and feeds to reduce chaos.
How to Scrape LinkedIn Profiles With Claude Code (Free)
A free, step-by-step method to scrape and analyze your last 50 LinkedIn posts into a CSV using Claude Code plus Apify’s no-cookie scraper, costing only 10¢ and requiring no paid subscriptions.
@svpino: LinkedIn better do something if they don't want to become the next StackOverflow.
A tweet warns LinkedIn about becoming like StackOverflow, referring to a new product CLODO that automates LinkedIn lead generation and outreach, backed by several organizations.
@omarsar0: Hacker News → LLM Artifact I built the most personalized HN feed. It only tracks topics I do research around based on m…
A researcher built a personalized Hacker News feed powered by LLMs, memory, and proactive agents that tracks only topics relevant to their research interests, eliminating the need for bookmarks.

