Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Dieses Thema wurde geschlossen und archiviert. Bitte stellen Sie eine neue Frage, wenn Sie Hilfe benötigen.

How to stop URL bar from enlarging on click?

more options

I am used to double clicking to select words in the URL bar. Not too long ago Firefox had an update where if you click on the URL bar then it would enlarge a bit. When it enlarges, so does the font, meaning that if I try to double click a word, the font resizing could shift the text. It is something minor, but something I am so used to doing. I was wondering if I could go back to the old URL bar that only got a blue highlight on click.

I am used to double clicking to select words in the URL bar. Not too long ago Firefox had an update where if you click on the URL bar then it would enlarge a bit. When it enlarges, so does the font, meaning that if I try to double click a word, the font resizing could shift the text. It is something minor, but something I am so used to doing. I was wondering if I could go back to the old URL bar that only got a blue highlight on click.

Ausgewählte Lösung

**UPDATE**

The original solution was for Firefox 75. Due to changes in Firefox 77, the original solution is obsolete and there are new options.

Firefox supports an optional style sheet file named userChrome.css that we can use to modify the toolbar area, including taming the expanding address bar. Setting up your first userChrome.css file is about a 10 minute project, so when you have time to dive in, here are some threads to check out:

More background on userChrome.css files: https://www.userchrome.org/


Original Solution (Firefox 75-76)

In Nightly, there is a specific preference for this in about:config called browser.urlbar.update1 (previously known as browser.urlbar.megabar).

Setting that to false will revert the bar to its more typical behavior in new windows (the windows that are already open seem to keep the megabar behavior until the next session).

For anyone unfamiliar:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box above the list, type or paste URLB and pause while the list is filtered

(3) Double-click the browser.urlbar.update1 preference to switch the value from true to false

Note: This preference does not exist in Firefox 71-72.

Diese Antwort im Kontext lesen 👍 10

Alle Antworten (20)

more options

Hi EMR, here in support we can help with settings and workarounds, but we aren't product developers and don't have special access.

Obviously there is no shortage of comments on the URL bar changes by now, but for general reference, to submit feature change suggestions, you have many choices, depending on your desired style of interaction.

Discussion Sites/Advocacy

Limited Length Comments

more options

It got really weird and ugly. Disproportionate. I had to disable it changing browser.urlbar.update1.

But it would be interesting to review that. Make the bar stand out, but without this bizarre zoom.

more options

You can use code in userChrome.css to revert the CSS changes that cause the enlarging.

more options

cor-el said

. . . An alternative is to use code in userChrome.css to revert the change in width and height of the location bar. . . .

Wait a minute - userChrome.css? What's the point of Firefox if with every version it becomes more and more like Chrome?

I used to like the behavior whereby if I selected the URL, the cursor would stay exactly where I put it - meaning I could correct a typo (happens a lot - fat fingers) real quick. Now, I have to click twice to do the same thing - :). Maybe I'll start using the Extended Support Release (ESR) version that Ubuntu provides in their snap library - it still has that feature - for as long as I can, then call it quits when I no longer have that benefit in Firefox.

Incentives to use Firefox are diminishing with each new version that eats away all the niche features we enjoy.

Geändert am von ak.mozilla

more options

Yep, well said, I already switched to chrome, with a blank start page plugin, and PREFERENCES OPTIONS, it's pretty similar to what ff used to be (with some quirks, LOL).

I'll check back from time to time to see how firefox is doing.

more options

You can set this pref to 0 (zero) to disable the drop-down list.

  • browser.urlbar.maxRichResults = 0

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

I really can't comprehend what benefit this function provides to the user. To me it is a distraction and annoyance and I really hope that future versions of FF will drop it, or at the very least there will be a setting within Preferences that will allow us to turn it off.

more options

ak.mozilla said

Wait a minute - userChrome.css? What's the point of Firefox if with every version it becomes more and more like Chrome?

I hope you're not thinking that creating a 'userChrome.css' file is somehow borrowing or implementing features from Google Chrome? That's far from reality, please tell me I've misunderstood you.

more options

Guys i have the same problem and although I found a solution for the previous Version now i have this very annoying big search bar obscuring my bookmarks .I can't understand what's the point of this feature

Geändert am von Mr Robot

more options

If this change was meant to improve user experience for touch-screen users then why don't I see it on my Android tablet?

more options

And why i can't have the option to disable it

more options

Konstant Man said

Guys i have the same problem and although I found a solution for the previous Version now i have this very annoying big search bar obscuring my bookmarks .I can't understand what's the point of this feature

Konstant Man said

And why i can't have the option to disable it

Hi Konstant Man, here in support we can help with workarounds, but we don't have a communication channel to the user interface designers to answer those questions.

You can use custom style rules in a userChrome.css file to modify numerous aspects of Firefox's toolbar area, including the address bar enlarging/bulging effect, shadow, etc.

Check out the links in cor-el's reply earlier in this thread:

https://support.mozilla.org/questions/1274579?page=2#answer-1306867

And to give more feedback:

https://support.mozilla.org/questions/1274579?page=2#answer-1306532

more options

Found solution:

place userChrome.css into profile into chrome subdirectory

in my case: c:\Users\{user}\AppData\Roaming\Mozilla\Firefox\Profiles\{id}.default\chrome\

content of the file can be found via links in other posts

Geändert am von lukaas

more options

Hi jscher2000, unfortunately your code does not work for me. My Firefox (77.0, latest) seems to ignore the userChrome.css altogether.

Any suggestion?

Thanks in advance.

more options

dr said

Hi jscher2000, unfortunately your code does not work for me. My Firefox (77.0, latest) seems to ignore the userChrome.css altogether. Any suggestion?

If it's your first userChrome.css, make sure you set Firefox to look for it at startup. That's step #6 on my list here:

https://www.userchrome.org/how-create-userchrome-css.html

Maybe I should make that step #1?

more options
If it's your first userChrome.css, make sure you set Firefox to look for it at startup. That's step #6 on my list here: https://www.userchrome.org/how-create-userchrome-css.html Maybe I should make that step #1?

Thanks, it works now.

Yes, you should put this at the top of the list. I ignored it because it said "Firefox 69", it should say "Firefox 69 and later versions".

I also realized that I used to have a functioning userChrome.css but the toolkit.legacyUserProfileCustomizations.stylesheets preference was wiped out with each Firefox update (very annoying).

Thank you very much for your help and your code! I hope the Firefox devs add an option to disable that hideous swelling URL bar.

Geändert am von dr

more options

I also agree that Firefox devs should add an option to disable that hideous swelling URL bar. It's an absolute eyesore. I'm going to use a different browser in the meantime. Having to create my own stylesheet to change the GUI means I'm not the target demographic anymore, so see ya.

more options

The fact that you have to add a custom CSS stylesheet to fix this behaviour is ridiculous. Please - add a config option back to 77, or provide an add-on that disables the behaviour, or something.

Geändert am von jevon

more options

bleeping hostile. Why I should search folder where to save some bleeping CSS to disable address bar enlargement? Why every good browser search way to fail down itself?

profanity removed. see Mozilla Support rules and guidelines

Geändert am von Andrew

more options

Hey All, I hear your frustration, but support forum volunteers do not have the ability to change Firefox. We can offer information on settings and workarounds, which you can find here and all over the forum in recent days.

To submit feature change suggestions, you have many choices, depending on your desired style of interaction.

Discussion Sites/Advocacy

Limited Length Comments

  1. 1
  2. 2