Stack Overflow: declutter the left navigation
Hides rarely used items in the left menu such as Teams, jobs and collectives, leaving the core navigation.
Code to copy
/* Trim clutter from the left navigation sidebar */
#left-sidebar .ps-relative.overflow-y-auto > .pt8,
#left-sidebar .-link__with-icon[href*="/teams"],
#left-sidebar .-link__with-icon[href*="/jobs"],
#left-sidebar .s-navigation--child:has([href*="collectives"]),
#left-sidebar .pt16:has([href*="discussions"]) {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.