Skip to content

Linkedin Home Feed Hider by HappyViking

Details

AuthorHappyViking

LicenseMIT

Categorylinkedin.com

Created

Updated

Size365 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This just hides the home feed of LinkedIn, which can be kind of annoying to see when you land on the LinkedIn homepage.

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;
}
}

Reviews

No reviews yet.