阅读:3175回复:7
firefox有没有什么扩展或者设置方法能让网页中点击过的链接改变颜色?
经常浏览网站,发现这个问题很愁人
貌似在IE下没有这种问题 求达人讲解 |
|
1楼#
发布于:2010-11-17 21:46
这个好办,给你一个CSS
已阅读链接透明 @namespace url(http://www.w3.org/1999/xhtml); /* ==UserStyle== // @name Visited hyperlinks with opacity effect // @author Roblesolido // @description Changes the links with a semi-opaque effect. // ==/UserStyle==*/ a[href]:visited { opacity:0.5 !important; } a[href]:visited:hover { opacity:1.0 !important; } 声明:作者不是我 |
|
2楼#
发布于:2010-11-17 21:46
ls的我放到userContent.css里面重启刷新本论坛,无效。按理说应该很多帖子被透明掉才是。
搜索了一下好像是说Firefox 4.0里面a:visited因为隐私问题被取消了?网页可以几分钟就分析出你访问过的所有网站。 |
|
|
3楼#
发布于:2010-11-17 21:46
这个就可以了:
@-moz-document url-prefix("http") { a:visited {color:red !important;} } |
|
4楼#
发布于:2010-11-17 21:46
|
|
5楼#
发布于:2010-11-17 21:46
楼上的几位说的我完全不懂!
虽然我已经用火狐两年多了 还能讲下详细的操作步骤吗 |
|
6楼#
发布于:2010-11-17 21:46
|
|
7楼#
发布于:2010-11-17 21:46
用userchrome.css或者Stylish改就可以了,推荐Stylish,在线改,即改即出效果。
|
|
|