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);

发布留言

登录以发布留言。