|
/* ==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; |
|
} |
|
} |