Page Dimmer

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

< Feedback on Page Dimmer

Review: OK - script works, but has bugs

§
Posted: 26/11/2017
Edited: 27/11/2017

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

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。