Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

CAN THE GREY COLOR FRONTS BE CHANGE?

  • 4 trả lời
  • 0 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I am visually impaired grey fronts are hard read. Can be change to black? If so how? Also, the image quality is por. Could that because I am use older Firefox and need to upgrade I? I so, would tell how would you tell how? You r time is appreciated, Thanks

I am visually impaired grey fronts are hard read. Can be change to black? If so how? Also, the image quality is por. Could that because I am use older Firefox and need to upgrade I? I so, would tell how would you tell how? You r time is appreciated, Thanks

Tất cả các câu trả lời (4)

more options

There are several ways to manage website colours. The simplest for you is probably to use Firefox settings. I don't know what you can do about images.

https://support.mozilla.org/en-US/kb/change-web-appearance-settings-firefox

Được chỉnh sửa bởi Terry vào

more options

I have found these links which may help with images.

http://accessfirefox.org/ImageTweak.php https://addons.mozilla.org/en-US/firefox/addon/139 (zoom)

more options

I have found these links which may help with images.

http://accessfirefox. org/ImageTweak.php https://addons.mozilla.org/en-US/firefox/addon/139 (zoom)

more options

I don't like gray text or text that otherwise has low contrast due to the background and use a bookmarklet to inject a style sheet. You can modify the color and background-color property values as you like, e.g. use color:#000 !important; for full black text.

javascript:(function(){var SS=document.createElement('style');SS.setAttribute('type','text/css');SS.id='style_bbw';SS.textContent='*{color:#222!important;background-color:#f8f8f8} a{text-decoration:underline!important}a[href] *{color:#25f!important}a[href^="javascript:"],a[onclick]{cursor:move;color:green!important}';document.querySelector('head').appendChild(SS);})()


You can create a new bookmark and paste the JavaScript code in its URL field where you would normally enter the address of the website. You can create this bookmark on the bookmarks toolbar for easy access and click its button when you have opened a page with low contrast.