Page Dimmer

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

< Opiniones de Page Dimmer

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 26/11/2017
Editado: 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);

Publicar respuesta

Inicia sesión para responder.