10秒クオリティ
フォロー新着の訪問済み色変え by gonbuto
Details
Authorgonbuto
Licensecc0
Categorywww.nicovideo.jp
Created
Updated
Size435 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 フォロー新着の訪問済み色変え
@version 20240824.07.13
@namespace https://userstyles.world/user/gonbuto
@homepage https://userstyles.world/user/gonbuto
@author gonbuto
@license cc0
==/UserStyle== */
@-moz-document url-prefix("https://www.nicovideo.jp/my") {
.TimelineItem-contentBody:visited {
.TimelineItem-contentTitle {
color: #595959 !important;
}
}
}