Eye-protection Mode

Eye-protection Mode:support customizing color and transparency,also support adjusting brightness.

< Feedback on Eye-protection Mode

Review: OK - script works, but has bugs

§
Posted: 2020-10-16
Edited: 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

Post reply

Sign in to post a reply.