Skip to content

no numbers by comforttiger

Details

Authorcomforttiger

LicenseNo License

Categorygoblin.band

Created

Updated

Size460 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

removes numbers from goblin.band

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         no numbers
@version      20240913.03.29
@namespace    https://userstyles.world/user/comforttiger
@description  removes numbers from goblin.band
@author       comforttiger
@license      No License
==/UserStyle== */

@-moz-document domain("goblin.band") {
.count, .noteCount * > b, .noteCount > b, .status * > b, ._tab_qvmq5_1._tabActive_qvmq5_14._button > span {
    display: none !important;
}

.status {
    font-size: 130%;
}
}

Reviews

No reviews yet.