Slack: hide join and leave messages
Removes the system entries about joining or leaving a channel and topic changes so they do not clutter the chat.
Code to copy
/* Hide "joined the channel" / "left the channel" system messages */
.c-message_kit__background:has([data-qa="channel_join_message"]),
.c-message_kit__background:has(.c-message__sender_link[data-qa="channel-leave"]),
[data-qa="channel_topic_change_message"],
.c-message_kit__message--system {
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.