Slack: hide channel-join prompts
Removes the "Add channels" links and browse prompts from the sidebar so you only see your own channels.
Code to copy
/* Hide the "Channels you can join" / browse prompts in the sidebar */
.p-channel_sidebar__link--browse,
.p-channel_sidebar__channel--add,
[data-qa="channel-sidebar-add-channel"] {
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.