ehx link color

change link color

Versione datata 16/11/2020. Vedi la nuova versione l'ultima versione.

Autore
x94fujo6rpg
Valutazione
0 0 0
Versione
0.26
Creato il
16/11/2020
Aggiornato il
16/11/2020
Dimensione
1,89 KB
Licenza
Non disponibile
Applica a

change visited & unvisited link color
if you don't like default color, change it to any valid CSS color you want

// unvisited link color
let enable_link = true;
let ex = "DeepPink";
let eh = "DeepPink";
// visited link color
let enable_visited = true;
let ex_v = "gray";
let eh_v = "gray";

because of the security risk, visited link color many not work in some browser
see https://dbaron.org/mozilla/visited-privacy

Most of the updates will be on github