Skip to content

Instantly share code, notes, and snippets.

@floriangosse
Last active November 24, 2025 09:11
Show Gist options
  • Select an option

  • Save floriangosse/37a3d3904dd5dcb3a40de90d09ead5e5 to your computer and use it in GitHub Desktop.

Select an option

Save floriangosse/37a3d3904dd5dcb3a40de90d09ead5e5 to your computer and use it in GitHub Desktop.
Hide LinkedIn Premium Links
/* ==UserStyle==
@name LinkedIn - Premium Hider
@namespace github.com/openstyles/stylus
@version 0.3.2
@author Florian Goße
@updateURL https://gist.github.com/floriangosse/37a3d3904dd5dcb3a40de90d09ead5e5/raw/00_linkedin-premium-hider.user.css
==/UserStyle== */
@-moz-document domain("linkedin.com") {
#root header:has(a[href*="://www.linkedin.com/feed/?nis=true"]) ul > li > a[href*="://www.linkedin.com/premium/"] {
display: none !important;
}
[data-view-name="nav-me-my-premium"] {
display: none !important;
}
section:has(+ main) section:has(iframe[title="Advertisement"]) {
display: none !important;
}
#global-nav .global-nav__primary-item:has(> .premium-upsell-link),
#global-nav .global-nav__secondary-item:has(> .premium-upsell-link--extra-long){
display: none !important;
}
/* Hide premium upsell in primary navigation */
[data-testid="primary-nav"] li:has(a[href*="://www.linkedin.com/premium/"]) {
display: none !important;
}
.scaffold-layout__sidebar a[href*="://www.linkedin.com/premium/"] {
display: none !important;
}
.org-organization-admin-pages-entrypoint-card__premium-upsell-footer-top-text,
.org-organization-admin-pages-entrypoint-card__premium-upsell-grow-my-footer-link {
display: none !important;
}
#voyager-feed aside > *:has(#games-entrypoints-module__title-today-puzzles) {
display: none !important;
}
#mynetwork .mn-sales-navigator-upsell {
display: none !important;
}
/* Hide premium upsell after identity module in left sidebar */
[data-view-name="identity-module"] + *:has(> * > [data-view-name="premium-upsell-card"]),
[data-view-name="identity-module"] ~ *:has(> * > [data-view-name="premium-upsell-card"]) {
display: none !important;
}
/* Hide premium page upsell in page component in left sidebar */
[data-view-name="identity-module"] ~ * :has([role="menu"]) [role="menu"] > a[href*="://www.linkedin.com/company/"] ~ *:has([data-view-name="premium-upsell-card"]) {
display: none;
}
/* Hide Ads */
.scaffold-layout__aside .ad-banner-container {
display: none;
}
iframe[title="advertisement"] {
display: none !important;
}
/* Hide Games */
.scaffold-layout__aside > *:has(.games-entrypoints-module__subheader) {
display: none;
}
}

LinkedIn - Premium Hider

Hide LinkedIn Premium Links

Installation

You can install by clicking on the following link (if you have Stylus installed).

Install directly with Stylus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment