Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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; }