Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How to stop expanded search box in 77.0.1?

  • 6 trả lời
  • 2 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi dcoo1

more options

I find the expanded search bar annoying and unhelpful. I went through the same thing with 75.0 and got a fix for it.

This was it -

go to about:config and tweak these settings

browser.urlbar.openViewOnFocus browser.urlbar.update1 browser.urlbar.update1.interventions browser.urlbar.update1.searchTips

That does not appear to be working now.

Is there a way to revert it to how it was before?

I find the expanded search bar annoying and unhelpful. I went through the same thing with 75.0 and got a fix for it. This was it - go to about:config and tweak these settings browser.urlbar.openViewOnFocus browser.urlbar.update1 browser.urlbar.update1.interventions browser.urlbar.update1.searchTips That does not appear to be working now. Is there a way to revert it to how it was before?

Giải pháp được chọn

I've created some userChrome.css code to address the annoying growing and shrinking of the address bar, if that's a feature that you don't like. You can download the code from here.

If you've never used userChrome styling modifications before, refer to How to Create a userChrome.css File for more information.

Hope this helps.

NOTE: A couple of people have tried this code adn it doesn't work for them. If that's the case for you as well, I'm working on fixing it.
Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (6)

more options

Giải pháp được chọn

I've created some userChrome.css code to address the annoying growing and shrinking of the address bar, if that's a feature that you don't like. You can download the code from here.

If you've never used userChrome styling modifications before, refer to How to Create a userChrome.css File for more information.

Hope this helps.

NOTE: A couple of people have tried this code adn it doesn't work for them. If that's the case for you as well, I'm working on fixing it.
more options

Hi dcoo1, just a footnote about the bar, not related to its appearance:

One of those four preferences still matters: browser.urlbar.openViewOnFocus determines whether the drop-down list opens automatically when the cursor moves into the address bar.

If you want a pure mouse-based solution for accessing top sites, you can set that back to true. To clean up the list, you can unpin/rearrange/pin your Top Sites on the new tab page. See: Customize your Firefox New Tab page. To switch the list to the classic Show History frequently visited URLs list, you can turn off the Top Sites section of the new tab page. See: Customize your New Tab page to hide or display content.

The other three preferences are obsolete now.

more options

Thanks for the info. Looks like there's no simple way to remove this now. It's not important enough for me to deal with style sheets, but thanks for that Wesley.

more options

Note that browser.urlbar.openViewOnFocus is gone in Firefox 78.

  • Bug 1627989 - Remove the browser.urlbar.openViewOnFocus pref
more options

cor-el said

Note that browser.urlbar.openViewOnFocus is gone in Firefox 78.
  • Bug 1627989 - Remove the browser.urlbar.openViewOnFocus pref

Firefox 78 should have a new checkbox on the Options/Preferences page, Privacy & Security panel, Address Bar section to control this automatic dropping down behavior (most likely labeled "Top Sites"). The corresponding preference is expected to be browser.urlbar.suggest.topsites (but since it's still in beta, it's subject to change).

more options

Thanks for the additional info. And good to know I'm not the only one that does not like this feature.