night mode for chinese website "si ji she"
Si Ji She by zjs
Details
Authorzjs
LicenseNo License
Categoryxsijishe.net
Created
Updated
Size476 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
none
Source code
/* ==UserStyle==
@name t66y.com/thread0806 - 2024年4月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://t66y.com") {
/* 在此插入代码... */
body,
.f_one, .t_one, .r_one {
background: #1e1e1e;
}
.f_one:hover, .t_one:hover, .r_one:hover {
background: #000;
}
.tr2 {
background: #000;
}
h2 a, h3 a {
color: #334f00;
}
}