Skip to content

No chat badge by Setsuwaa

Screenshot of No chat badge

Details

AuthorSetsuwaa

LicenseUnlicense

Categorysanctioned-suicide.net

Created

Updated

Size544 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple css to remove the chat badges, as well as the icon in the top right.

Notes

Idea from /threads/remove-the-green-number-from-the-chat-icon.190192
This was a quick five minute thing, but I might come back to this.

Features

  • Removes both chat badges
  • Removes the chat icon in the top right

Source code

/* ==UserStyle==
@name         No chat badge
@version      20250103.19.00
@namespace    https://userstyles.world/user/Setsuwaa
@description  Simple css to remove the chat badges, as well as the icon in the top right.
@author       Setsuwaa
@license      Unlicense
==/UserStyle== */

@-moz-document url-prefix("https://sanctioned-suicide.net/") {
.p-navgroup-link--chat {
    visibility:hidden;
    margin:0px;
    margin-right:-21px;
    padding:0px;
}

.badge {
    visibility:hidden;
    margin:0px;
    padding:0px;
}
}

Reviews

No reviews yet.