LinkedIn Feed Blocker

andrewpollack1 pts0 comments

GitHub - andrewpollack/linkedin-feed-blocker: A minimal Chrome extension that removes LinkedIn's home feed while keeping the rest of LinkedIn usable. · GitHub

/" data-turbo-transient="true" />

Skip to content

Type / to search

Sign in<br>Sign upAppearance settings

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

andrewpollack

linkedin-feed-blocker

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>6 Commits<br>6 Commits

assets

assets

.gitignore

.gitignore

LICENSE

LICENSE

README.md

README.md

feed.css

feed.css

manifest.json

manifest.json

rules.json

rules.json

View all files

Repository files navigation

LinkedIn Feed Blocker

A minimal Chrome extension that disables LinkedIn's home feed while keeping the rest of LinkedIn usable.

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<br>After

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-blocker directory.

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"] {<br>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.

About<br>A minimal Chrome extension that removes LinkedIn's home feed while keeping the rest of LinkedIn usable.<br>Resources<br>Readme<br>MIT license<br>Activity<br>Stars<br>0 stars<br>Watchers<br>0 watching<br>Forks<br>0 forks<br>Report repository

Releases

Packages

Contributors

Languages

You can’t perform that action at this time.

linkedin feed chrome json blocker reload

Related Articles