WhatsApp Web: hide the Channels section
Removes the Channels tab from the sidebar so only your actual conversations remain visible.
Code to copy
/* Hide the Channels section from the sidebar navigation */
[aria-label="Channels"],
[data-navbar-item="channels"],
button[aria-label*="Channel" i],
div[role="tab"][aria-label*="Channel" i],
header[data-testid="channels-header"] {
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.