removes numbers from goblin.band
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
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%;
}
}