Discord: highlight messages that mention you
Adds a bold vertical bar on the left of messages that mention your name so they jump out.
Code to copy
/* Make messages that mention you stand out with a left accent bar */
[class*="messageListItem"]:has([class*="mentioned"]) {
border-left: 3px solid #f0b232 !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.