Longer URL-box

User Help for Mozilla Firefox
Post Reply
mozillaine
Posts: 36
Joined: May 30th, 2017, 9:48 pm

Longer URL-box

Post by mozillaine »

Is there any way to make URL-box longer in URL-bar?

Because i have lots of extension icons, my URL-box is really short.
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Longer URL-box

Post by therube »

If you have unnecessary spaces or icons on the bar, remove them.
Move your icons elsewhere.
You can move them to the Title bar or to the Bookmarks toolbar (that does actually look to work fairly well).
(But then too, you need to actually have those items, display, which FF does not do, by default. [I wonder why they even give you the option?])

(Imagine if there happened to be a bar at the bottom of the browser window. Perhaps called a "status" bar. That could be a logical place to put extension icons. OK, so I am a dreamer... sigh.)
Last edited by therube on July 10th, 2018, 8:41 am, edited 1 time in total.
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
Scarlettrunner20
Posts: 1016
Joined: February 13th, 2003, 5:06 pm

Re: Longer URL-box

Post by Scarlettrunner20 »

My url bar for Fx is way too long! But then I have a 24" wide screen monitor. You would think browsers and Thunderbird would be able to cope properly with wide screen monitors by now as they are not some new fangled notion! I don't have as much space as I need for my icons and many refuse to go to the status bar. Luckily, I am using Fx 52.9 ESR and have CTR so I can shorten the address bar with it since Stylish won't do it now (even though I have an OLD version which is still working...not the one Mozilla just banned) and since Stylus is a WebE extension it cannot change the length of the address bar even in an older version of Fx. where user changes of the UI is allowed.

Don't know what I will do come September and Fx 52.9 ESR goes unsupported. :(
mozillaine
Posts: 36
Joined: May 30th, 2017, 9:48 pm

Re: Longer URL-box

Post by mozillaine »

I don't have bookmarks bar and moving to title bar hides some tabs. :-(

So there is not any way to force url box to be longer?
morat
Posts: 6437
Joined: February 3rd, 2009, 6:29 pm

Re: Longer URL-box

Post by morat »

Try the following tweaks in the userChrome.css file.

Code: Select all

#urlbar-container { min-width: 300px !important; }

Code: Select all

#urlbar-container { min-width: 600px !important; }

Code: Select all

#urlbar-container { min-width: 900px !important; }
You can use the browser toolbox to determine the best width.

http://developer.mozilla.org/en-US/docs ... er_Toolbox
User avatar
RobertJ
Moderator
Posts: 10880
Joined: October 15th, 2003, 7:40 pm
Location: Chicago IL/Oconomowoc WI

Re: Longer URL-box

Post by RobertJ »

.
In userChrome.css

Code: Select all

/* THIS SETS THE WIDTH OF THE URL BAR TO 700 PIXELS  */

#urlbar-container{
  max-width: 700px !important;
  min-width: 700px !important;
}
You can change the width until you get the desired result.

.
FF 92.0 - TB 78.13 - Mac OSX 10.13.6
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: Longer URL-box

Post by Brummelchen »

whats the problem using the overflow menu? :roll:
https://support.mozilla.org/en-US/kb/cu ... d-toolbars
User avatar
jscher2000
Posts: 11772
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: Longer URL-box

Post by jscher2000 »

You can squish the buttons closer together and hide the Page Actions area until hovered as a method to show the maximum address area:

https://support.mozilla.org/questions/1 ... er-1037543
morat
Posts: 6437
Joined: February 3rd, 2009, 6:29 pm

Re: Longer URL-box

Post by morat »

@jscher2000

Nice tweak.
Post Reply