搜索 | 用户支持

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

详细了解

I did something stupid and need HELP!

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

more options

Ok, I did a stupid thing and changed my colors to all black. I went to websites and can't see a thing now. Then I went back to preferences and it's all black and can't see anything on preferences to change it. What do I do?? :o

Ok, I did a stupid thing and changed my colors to all black. I went to websites and can't see a thing now. Then I went back to preferences and it's all black and can't see anything on preferences to change it. What do I do?? :o

被采纳的解决方案

You can possibly delete prefs.js in the Firefox profile folder to reset all the prefs or you can check the content of this file and remove browser.display lines that have a color code as its value.

  • user_pref("browser.display.background_color", "#000000");
  • user_pref("browser.display.foreground_color", "#000000");

Location used for the main profile that keeps your personal data (Root Directory on about:profiles).

"AppData" (XP: Application Data; Mac: ~/Library; Linux: ~/.mozilla) is a hidden folder.

定位到答案原位置 👍 0

所有回复 (4)

more options

Start Firefox using Troubleshoot(Safe) Mode {web link}

A small dialog should appear. Click Start In Troubleshoot(Safe) Mode (not Refresh). Is the problem still there?


While still in Safe Mode,

Type about:preferences#content<enter> in the address bar. Across from fonts and colors, press the Advanced button. On the bottom, turn on Allow Web Sites To Choose Their Own.

[v56+] Type about:preferences#general<enter> in the address bar. Under fonts and colors, press the Advanced button. Scroll to the bottom, turn on Allow Web Sites To Choose Their Own.


Under fonts and colors, press the Colors button and check the settings.

You can also look at; https://addons.mozilla.org/en-US/firefox/addon/nosquint-plus/ NoSquint Plus by Baris Derin

Manage site-specific zoom levels and color settings

more options

Every time I open FF it's all in black. Can't even see any dialog.

more options

Use these links to create a new profile. Use this new profile as is. Is the problem still there?

https://support.mozilla.org/en-US/kb/how-run-firefox-when-profile-missing-inaccessible

http://kb.mozillazine.org/Profile_folder_-_Firefox#Navigating_to_the_profile_folder

https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles

https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles


Type about:profiles<enter> in the address bar.

more options

选择的解决方案

You can possibly delete prefs.js in the Firefox profile folder to reset all the prefs or you can check the content of this file and remove browser.display lines that have a color code as its value.

  • user_pref("browser.display.background_color", "#000000");
  • user_pref("browser.display.foreground_color", "#000000");

Location used for the main profile that keeps your personal data (Root Directory on about:profiles).

"AppData" (XP: Application Data; Mac: ~/Library; Linux: ~/.mozilla) is a hidden folder.

由cor-el于修改