ehx link color

change link color

目前為 2020-11-16 提交的版本,檢視 最新版本

作者
x94fujo6rpg
評價
0 0 0
版本
0.26
建立日期
2020-11-16
更新日期
2020-11-16
尺寸
1.9 KB
授權條款
未知
腳本執行於

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