Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Solved

about:config search bar missing

citycreek replied
citycreek

I have Firefox 15.3.0.1 on two computers. One one, when I go to about:config, there is a search bar with an option to "Show only modified preferences." On the other computer this search bar is missing. How can I make it display on the second computer?

I have Firefox 15.3.0.1 on two computers. One one, when I go to '''about:config''', there is a search bar with an option to "Show only modified preferences." On the other computer this search bar is missing. How can I make it display on the second computer?

All Replies (1)

Chosen Solution

I found the answer to my own question. I had customized the user.css file (in the Chrome folder) in my profile to add this line:

  #toolbar { display:none !important; }


What I should have done is specify a URL so it was not applied to all pages, e.g.

  @-moz-document domain(www.gutenberg.org) {

      #toolbar { display:none !important; }
  }
Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.