护眼模式/Eye-protection Mode

护眼模式,支持自定义颜色和透明度,也可做为亮度调节。

< 脚本 护眼模式/Eye-protection Mode 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2020-10-16
编辑于:2020-10-16

Please add an option to set in which times the script should be activated and deactivated.

var time = new Date();
var timeinhours = time.getHours();
if (timeinhours === 21 || timeinhours === 22 || timeinhours === 23 || timeinhours === 00 || timeinhours === 01 || timeinhours === 08)
{
//script here
}

And add an option to make the layer have different settings for a specific website only

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址