Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Configure navigation bar empty (without search box)

  • 12 respostas
  • 0 tem este problema
  • 3 visualizações
  • Última resposta de 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!!
Capturas de tela anexadas

Todas as respostas (12)

more options
more options

Alterado por sergio_orishass em

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)

Alterado por sergio_orishass em

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)

Alterado por sergio_orishass em

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)

Alterado por sergio_orishass em

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.