当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Configure navigation bar empty (without search box)

  • 12 件の返信
  • 0 人がこの問題に困っています
  • 10 回表示
  • 最後の返信者: sergio_orishass

more options

Hello,

I need your help: how can I set navigation bar without any item (hide all items of this bar)? I need that this bar appears but empty. The reason is that I want to restrict options in Firefox (for all users) but let it be allowed open windows pop-up.

I got remove the menu button that is to the right of the whole (hamburger type), the forward and backward buttons that are to the left of the whole (which are the arrows to the right and to the left), the detention (which is the cross), etc. I did this with commands in userChrome.css file

But what I can't hide is the item where the url's are placed (search box). I just need to hide the search box. I wrote " #nav-bar { visibility: collapse !important ; } " in userChrome.css , and then all navigation bar is hidden but don't get windows of pop-up that I need them to appear.

The version of Firefox that I have is 108.0.1 (64 bits).

Could you help me, please? It's a little urgent. Thanks!!

Hello, I need your help: how can I set navigation bar without any item (hide all items of this bar)? I need that this bar appears but empty. The reason is that I want to restrict options in Firefox (for all users) but let it be allowed open windows pop-up. I got remove the menu button that is to the right of the whole (hamburger type), the forward and backward buttons that are to the left of the whole (which are the arrows to the right and to the left), the detention (which is the cross), etc. I did this with commands in userChrome.css file But what I can't hide is the item where the url's are placed (search box). I just need to hide the search box. I wrote " #nav-bar { visibility: collapse !important ; } " in userChrome.css , and then all navigation bar is hidden but don't get windows of pop-up that I need them to appear. The version of Firefox that I have is 108.0.1 (64 bits). Could you help me, please? It's a little urgent. Thanks!!
添付されたスクリーンショット

すべての返信 (12)

more options
more options

この投稿は sergio_orishass により に変更されました

more options
more options

Hello, I kind of made some headway, and now I need to know what to do to make the url that appears in the search bar (search box: the box where you write the url, for example www.google.com) unmodifiable (I don't care if you see what the url is). This is to force it to give the option to write a different url.

In principle, I don't care what way to do it: through the Windows registry, from the userChrome.css file,...

Could you please help me? Thank you.

(I wrote new case https://www.reddit.com/r/FirefoxCSS/comments/10qyabm/how_to_do_search_box_of_firefox_unmodifiable/ because the others were deleted)

この投稿は sergio_orishass により に変更されました

more options

Hello, I need to know what to do to make the url that appears in the search bar of Mozilla Firefox (search box: the box where you write the url, for example www.google.com) unmodifiable (I don't care if you see what the url is). This is to force it to doesn't give the option to write a different url.

In principle, I don't care what way to do it: through the Windows registry, from the userChrome.css file,...

Could you please help me? Thank you.

(I opened new entry https://www.reddit.com/r/FirefoxCSS/comments/10qyabm/how_to_do_search_box_of_firefox_unmodifiable/ because the others were deleted by spam filters of Reddit)

この投稿は sergio_orishass により に変更されました

more options

Hello, I need to know what to do to make the url that appears in the search bar of Mozilla Firefox (search box: the box where you write the url, for example www.google.com) unmodifiable (I don't care if you see what the url is). This is to force it to doesn't give the option to write a different url.

In principle, I don't care what way to do it: through the Windows registry, from the userChrome.css file, or GPO policy,...

Could you please help me? Thank you.

(I opened new entry https://www.reddit.com/r/FirefoxCSS/comments/10qyabm/how_to_do_search_box_of_firefox_unmodifiable/ because the others were deleted by spam filters of Reddit)

この投稿は sergio_orishass により に変更されました

more options

Are you setting up a public station that you want to lock to a specific site? See: Firefox for Enterprise Kiosk mode.

more options

Hello, I need to know what to do to make the url that appears in the search bar of Mozilla Firefox (search box: the box where you write the url, for example www.google.com) unmodifiable (I don't care if you see what the url is). This is to force it to doesn't give the option to write a different url.

In principle, I don't care what way to do it: through the Windows registry, from the userChrome.css file, or GPO policy,...

Could you please help me? Thank you.

(I opened new entry https://www.reddit.com/r/FirefoxCSS/comments/10qyabm/how_to_do_search_box_of_firefox_unmodifiable/ because the others were deleted by spam filters of Reddit)

more options

Hello jscher2000, no, they are direct accesses and I need that the url to be seen, but that users cannot modify it. The mode -kiosk doesn't works ok for me because doesn't show the search box (where appears the url) and furthemore it open in full screen. Thanks.

more options

Okay, maybe someone else will have a suggestion.

more options

Maybe make the location bar read-only like in a pop-up window.

more options

Ok Cor-el. And how I do it? Thank.