Removes posts from people you are not following and also the posts from groups you are not a part of.
Linkedin -- Focused Feed by lightsaber
Details
Authorlightsaber
LicenseGNU GPL 3 or later
Categorylinkedin.com
Created
Updated
Size450 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Linkedin -- Focused Feed
@version 20231213.11.47
@namespace ?
==/UserStyle== */
@-moz-document regexp("https://www.linkedin.com/feed/") {
div.feed-shared-update-v2:has(> div > div.update-components-actor > button > span),
/* all items with follow and join buttons */
div.feed-shared-update-v2:has(>div > div.update-components-header--with-control-menu-and-hide-post) {
display: none;
}
}