Remove play count(プレイ回数(クレ数)) section in CHUNITHM-NET(チュウニズムネット)
Remove # of credits in CHUNITHM-NET by krisfail
Details
Authorkrisfail
LicenseNo License
Categorynew.chunithm-net.com
Created
Updated
Size232 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 Remove # of credits in CHUNITHM-NET
@version 20240323.15.44
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://new.chunithm-net.com/") {
.user_data_play_count {
display: none;
}
}