Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Is is possible to reduce the address bar size AND also remove the google search bar at the same time?

  • 5 réponses
  • 3 ont ce problème
  • 16 vues
  • Dernière réponse par Wa2011f

more options

i basically want to remove the google search bar as i do not need it. but when i do the address bar becomes too long. From there i want to reduce the size of the address bar but i am not sure how, does anyone know how to do this?

i basically want to remove the google search bar as i do not need it. but when i do the address bar becomes too long. From there i want to reduce the size of the address bar but i am not sure how, does anyone know how to do this?

Solution choisie

If you want unusable space: Right-click at the right end of the address bar. Click Customize. Drag the "Space" icon to where you want space. Repeat as many times as needed. (To undo, drag the spaces back to where they came from.)

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (5)

more options

Urls can be very long, how can the location bar be too long? What do you want to see empty toolbar space?

The location bar will adjust to fit the space available not used by your toolbar icons within the width allocated by adjustment of the window width. What did you expect to see in it's place?

Both the location bar and the builtin Firefox search bar expand to fit available space, so it is in my mind a conflict to have them both on the same toolbar, as I want them both to be very wide. I hope you did not install "Google's search bar" -- that certainly doesn't belong and is not supported by Google.



I display menu bars and place the search bar to the right of the menus and then a few toolbar icons. I find the search bar very useful, both for searching, and as a small note area.

more options

thank you for your reply

what i am after is empty space, that is once i can shorted the addess bar i do not want the address bar to expand to fi the available space.

the search bar is the one that came with the default installation, is what i meant

more options

Add code to userChrome.css in the chrome folder below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.

Adjust the max-width to your needs.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container { max-width:400px!important; }
#search-container { max-width:200px!important; }
more options

im sorry but your instructions are quite technical, iam sorry im not a computer savy person. could you explain it again?

more options

Solution choisie

If you want unusable space: Right-click at the right end of the address bar. Click Customize. Drag the "Space" icon to where you want space. Repeat as many times as needed. (To undo, drag the spaces back to where they came from.)