Page Dimmer

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

< Отзив за Page Dimmer

Отзив: ОК - скриптът работи, но има бъгове

§
Публикуван на: 26.11.2017
Редактиран на: 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);

Публикувайте отговор

Влезте, за да публикувате отговор.