A Stylus script to hide clutter and create a cleaner, distraction-free LinkedIn interface.
Minimal Linkedin by Mehdi

Details
AuthorMehdi
LicenseNo License
Categoryminimal
Created
Updated
Code size531 B
Code checksum30843b67
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Minimal Linkedin
@version 20250105.16.50
@namespace https://userstyles.world/user/Mehdi Mirzaie
@description A Stylus script to hide clutter and create a cleaner, distraction-free LinkedIn interface.
@author Mehdi Mirzaie
==/UserStyle== */
@-moz-document domain("linkedin.com") {
.share-box-feed-entry__closed-share-box.artdeco-card,
.scaffold-layout__aside,
.scaffold-layout__sticky,
.scaffold-layout__sticky--is-active,
.scaffold-layout__sticky--md {
display: none !important;
}
}