Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

Firefox 21 Location Bar Suggestions Always On

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

more options

I set Options -> Location Bar to "Nothing" . It works for the duration of my session. When I close FF and open it again, Location Bar suggestions are back to: History and Bookmarks.

Make it stick. This has been happening ever since I upgraded to v21.

I set Options -> Location Bar to "Nothing" . It works for the duration of my session. When I close FF and open it again, Location Bar suggestions are back to: History and Bookmarks. Make it stick. This has been happening ever since I upgraded to v21.

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

more options

There is a support article that might be relevant to this: How to fix preferences that won't save. Is anything there helpful?

more options

That helped jscher2000. Within the article, it mentions editing the users.js file manually so this is what I did.

The line in question was:

user_pref("browser.urlbar.autocomplete.enabled", false);

Of course changed it from true to false and saved it.

Seems to be ok now.

Thanks for the tip.

more options

The user.js file is read every time Firefox is started, so settings stored in user.js will override settings that have been made in the previous session (e.g. via about:config or otherwise in the user interface) and were saved in prefs.js.
You can only change them on the about:config page or via the user interface for the current session and not permanently, so be cautious with using the user.js file to set prefs as you may forget about this.
In such cases you need to make the change in user.js or remove such a user_pref() line to make them work across sessions.