A new userstyle
Eye protect in Chrome-make background GREEN by litfresh
Details
Authorlitfresh
Licensefor free
Categoryeyeprotect
Created
Updated
Size629 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* 作用于所有网页的示例 */
html, body {
background-color: #C7EDCC !important; /* 根据自己需求设定舒适的绿色 */
color: #000000 !important; /* 字体颜色根据自己需要设置 */
}
/* 如果想只修改背景而不影响其他元素,可以针对 body 设置 */
body {
background-color: #C7EDCC !important;
}
/* ==UserStyle==
@name ? - 2024年12月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
@@恢复白色 #FFFFFF
==/UserStyle== */
@-moz-document domain("example.com") {
/* 在此插入代码... */
}