Sleazy Fork is available in English.

ehx link color

change link color

作者
x94fujo6rpg
日安装量
0
总安装量
20
评分
0 0 0
版本
0.27
创建于
2020-11-16
更新于
2020-11-25
大小
2.4 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