This just hides the home feed of LinkedIn, which can be kind of annoying to see when you land on the LinkedIn homepage.
Linkedin Home Feed Hider by HappyViking
Details
AuthorHappyViking
LicenseMIT
Categorylinkedin.com
Created
Updated
Code size365 B
Code checksum62630a4b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This just hides the home feed of LinkedIn, which can be kind of annoying to see when you land on the LinkedIn homepage.
Source code
/* ==UserStyle==
@name Linkedin Home Feed Hider
@version 1.0.0
@namespace HappyViking
@description Pretty self explanatory, haha!
@author HappyViking
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.linkedin.com/feed/") {
#feed-news-module,
.scaffold-finite-scroll {
display: none !important;
}
}