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

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ
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?

すべての返信 (1)

選ばれた解決策

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; }
  }
質問する

投稿に返信するには あなたのアカウントにログイン する必要があります。まだアカウントをお持ちでなければ、新しい質問を開始 してください。