Page Dimmer

Dims any webpages to ease your eyes when reading at night. CTRL + ALT + 0 to de/activate

< 脚本Page Dimmer的反馈

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

§
发表于:2017-11-26
编辑于:2017-11-27

Wrong code

The plus button is not recognized on a'different keyboard layout than US. I suggest to use the following code:

if(e.key == '0') toggleDim();
else if(e.key == '-') adjustDim(false);
else if(e.key == '+') adjustDim(true);

发表回复

登录以发表回复。