Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 5 përgjigje
  • 3 e kanë hasur këtë problem
  • 16 parje
  • Përgjigjja më e re nga 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?

Zgjidhje e zgjedhur

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.)

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (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

Zgjidhja e Zgjedhur

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.)