搜索 | 用户支持

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

详细了解

How Do I Change The URL Bar Text Color?

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

more options

I'm on FF 76.0.1

The text color of the locations in the URL bar is a mix of black and grey ... black for the website and grey for everything else. All I wanna do is change all of the text to black. How can I do this? I just need the code to plug into my userChrome.css file.

KenB67

I'm on FF 76.0.1 The text color of the locations in the URL bar is a mix of black and grey ... black for the website and grey for everything else. All I wanna do is change all of the text to black. How can I do this? I just need the code to plug into my userChrome.css file. KenB67

被采纳的解决方案

You can set this pref to false on the about:config page to disable the formatting.

  • browser.urlbar.formatting.enabled = false

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

(please ignore the three spam messages in this thread)

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

You can set this pref to false on the about:config page to disable the formatting.

  • browser.urlbar.formatting.enabled = false

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

(please ignore the three spam messages in this thread)

由cor-el于修改