搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

how do I adjust the hi-lighted color change of viewed sites. The writing starts blue and changes to dull purple after viewed. Can I make viewed sites a brighter color?

  • 3 个回答
  • 3 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

When I am on a search page with list of sites to click on they are all blue indicating that I have not viewed any. Once I view a site the listing will change color to indicate that the site was viewed. Can I adjust the color of that viewed site so it is easier to see? I think it use to be called hoover color.

When I am on a search page with list of sites to click on they are all blue indicating that I have not viewed any. Once I view a site the listing will change color to indicate that the site was viewed. Can I adjust the color of that viewed site so it is easier to see? I think it use to be called hoover color.

所有回复 (3)

more options

Not an expert but I think this is a property of the html page you are looking at. It is specified in one of the HTML tags that generate the page. So it's nothing to do with Firefox. It may be that Firefox can overrule the page.

I agree with you, perhaps you could complain to google, or preferably use something like scroogle. Unfortunately Scroogle also has the same colors.

more options

"Hover" color is different than "Unvisited" or "Visited Page" links.

Options > Content --> Fonts & Colors - Colors
you can set the color for Visited Links under Link Colors
You need to un-check Allow page to choose their own colors, .. at the bottom of that dialog box.

How well that will work depends upon the individual web site and how it specifies the "visited page" color.

more options

If you disable "Allow page to choose their own colors" then all background images will be removed as well, so that is not a recommended setting.

You can use code in Stylish or userContent.css to accomplish that.


a:visited, a:visited * { color: #CC33CC !important; background-color: #F8F8F8; }