firefox浏览器修改样式为绿色护眼

1.在firefox浏览器内部添加附件搜索"Stylish".

2.以下内容:

body {
    background-color: #C7EDCC !important;
}
table {
    background-color: #C7EDCC !important;
}
td {
    background-color: #C7EDCC !important;
}
a:link {
    color: #000000!important;
}
a:visited {
    color: #00FF00!important;
}
a:hover {
    color: #0000FF!important;
    background: #00EE00!important;
}
a:active {
    color: #FF0000!important;
    background: #00EE00!important;
}

到刚才下载的附件中添加上述代码即可.

猜你喜欢

转载自www.cnblogs.com/wuyanlin/p/9085253.html