搜索 | 用户支持

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

详细了解

I changed the front and backgound as a same color (white), So. how can I change it back? I am blind now T_T

  • 3 个回答
  • 2 人有此问题
  • 26 次查看
  • 最后回复者为 tanapol_c

more options

I tried to change my browser background color to black and text to white. But, I change background to white first so, now I can see nothing just some words and symbols. So, please help!

I tried to change my browser background color to black and text to white. But, I change background to white first so, now I can see nothing just some words and symbols. So, please help!

被采纳的解决方案

Can you open the about:preferences page nia the location/address bar and reach the content tab?

  • about:preferences#content

Then you can open the colors window and change the colors.

Or open the about:config page and reset the browser.display.foreground_color via the right-click context menu to the default value

  • about:config?filter=browser.display.foreground_color
定位到答案原位置 👍 0

所有回复 (3)

more options

If the built-in screens are unreadable, you may need to modify an external settings file...

First, exit out of Firefox completely.

Type or paste the following in the Windows 7 Start menu search box and press Enter:

%APPDATA%\Mozilla\Firefox\Profiles

In that folder, you usually will find a single semi-randomly-named folder. If you find more than one, try to identify the most recently updated folder.

Inside that folder, you should find the prefs.js file (or if Windows is hiding the .js file extension, a file named prefs of type JScript). This contains many, many preferences, so ideally you would just remove the unwanted one.

To edit prefs.js, right-click it and choose Edit. Do not choose Open, as Windows will then try to execute the script.

Can you find this:

user_pref("browser.display.document_color_use", 1);

If Yes, change the 1 to a 2 and then save.

If No, you might be using a Windows "High Contrast" theme. Paste this whole line at the end of the file and save it:

user_pref("browser.display.document_color_use", 2);

At your next startup, Firefox should use only colors specified by web pages and not override them.

more options

选择的解决方案

Can you open the about:preferences page nia the location/address bar and reach the content tab?

  • about:preferences#content

Then you can open the colors window and change the colors.

Or open the about:config page and reset the browser.display.foreground_color via the right-click context menu to the default value

  • about:config?filter=browser.display.foreground_color

由cor-el于修改

more options

Thanks for helpful and quickly answer. I just tried to press and guess and it was worked already. thankssssss