Hide the user status emoji
Removes the emoji status bubble shown next to the avatar on the profile page.
Code to copy
.user-status-container,
.user-profile-sticky-bar .user-status-container,
[data-testid="user-status"] {
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.