搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

CAN THE GREY COLOR FRONTS BE CHANGE?

  • 4 回覆
  • 0 有這個問題
  • 5 次檢視
  • 最近回覆由 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

所有回覆 (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

由 Terry 於 修改

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.