Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Why does Firefox have an enlarged URL window at the top now?

Opening a new tap in Firefox now has the URL window exaggerated. It is intrustive. How do I change a setting to eliminate this annoyance?

Opening a new tap in Firefox now has the URL window exaggerated. It is intrustive. How do I change a setting to eliminate this annoyance?

선택된 해결법

gogators1 said

Opening a new tap in Firefox now has the URL window exaggerated. It is intrustive. How do I change a setting to eliminate this annoyance?

Hello gogators1,

I hope that I'm not misconstruing your question, but I think that you're talking about the "new address bar behavior".

If that's the case, and you want the "old address bar behavior" back :

This is a temporary fix (so I'm told), but I am optimistically hoping that they will give us the opportunity to permanently disable this feature.

Would you do this please :

Type in the address bar about:config and press Enter. (ignore the warning)

Type in the search bar and look for the preference :

browser.urlbar.openViewOnFocus

and set its value to false

Do the same with these preferences :

browser.urlbar.update1

browser.urlbar.update1.interventions

browser.urlbar.update1.searchTips

Then close and restart Firefox.

(if it's only the Top Sites suggestions that you want to get rid of :
setting the value of first preference to "false" will do that)

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (5)

선택된 해결법

gogators1 said

Opening a new tap in Firefox now has the URL window exaggerated. It is intrustive. How do I change a setting to eliminate this annoyance?

Hello gogators1,

I hope that I'm not misconstruing your question, but I think that you're talking about the "new address bar behavior".

If that's the case, and you want the "old address bar behavior" back :

This is a temporary fix (so I'm told), but I am optimistically hoping that they will give us the opportunity to permanently disable this feature.

Would you do this please :

Type in the address bar about:config and press Enter. (ignore the warning)

Type in the search bar and look for the preference :

browser.urlbar.openViewOnFocus

and set its value to false

Do the same with these preferences :

browser.urlbar.update1

browser.urlbar.update1.interventions

browser.urlbar.update1.searchTips

Then close and restart Firefox.

(if it's only the Top Sites suggestions that you want to get rid of :
setting the value of first preference to "false" will do that)

글쓴이 McCoy 수정일시

Thanks. Works perfectly! PS: My original question should have said "tab" not "tap."

gogators1 said

Thanks. Works perfectly!

My pleasure ! Keeping my fingers crossed that they will give us the choice to permanently disable this 'new feature'.

PS: My original question should have said "tab" not "tap."
Typos   -   I make them all the time !

Well, that no longer works. Why doesn't Mozilla give relief to many who have posted about this? If you could change the auto:config switch before, it's cowardly behavior to eliminate it and force the issue. So, Mozilla, why not answer directly?

Hi gogators1, we support forum volunteers can't always explain design decisions. Have you already found the new approach to taming the enlargement?

It involves creating a userChrome.css file to modify the appearance of the user interface area. Your first time, please set aside 10 quiet minutes to go through it since there are several steps.

(For anyone who already has a working userChrome.css file set up, you just need to add the rules you downloaded under (A) to your file.)

(A) Download a rules file

https://www.userchrome.org/samples/userChrome-ZeroEnlargement.css

Use the downloads list on the toolbar to open the downloads folder directly to the new userChrome.css file. (See attached screenshot)

Minimize that file browser window for later reference.

(B) Create a new chrome folder in your profile folder

The following article has the detailed steps for that (#1, #2, and I recommend #3)

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

I have videos for both Windows and Mac in case the text is not clear.

(C) Move the userChrome-ZeroEnlargement.css file you downloaded in Step A into the chrome folder you created in Step B

(D) If you do not already have a userChrome.css file, Rename the userChrome-ZeroEnlargement.css file

Highlight userChrome-ZeroEnlargement.css and choose Rename (using whatever method Finder offers). Carefully remove -ZeroEnlargement and press Enter to save your change. The final file name needs to be userChrome.css or Firefox will never find it.

(E) Set Firefox to look for userChrome.css at startup -- see step #6 in the above article.

The next time you exit Firefox and start it up again, it should discover that file and apply the rules.

Success?

Once you start tweaking the interface this way, you'll probably find more and more things you want to do. I suggest bookmarking the pages where you get the code for future reference because changes to Firefox may break them and it's easier to request an update if you can find the source.