Vì browser.urlbar.unifiedcompletesở thích không còn nữa, tôi đã thử chơi xung quanh với các tùy chọn khác nhưng không thể thoát khỏi đề xuất "Truy cập ..." phiền phức.
Đây là cách giải quyết mà tôi đã tìm thấy:
userChrom.css
Đây là những gì tôi đang sử dụng và nó hoạt động tốt cho tôi.
Nếu bạn muốn liệt kê 10 mục, hãy thay đổi 'browser.urlbar.maxRichResults' trong about: config thành 11 và sau đó sử dụng các dòng sau trong userChrome.css:
#PopupAutoCompleteRichResult richlistitem:first-of-type[actiontype="searchengine"],
#PopupAutoCompleteRichResult richlistitem[actiontype="visiturl"] { visibility:collapse !important; }
#PopupAutoCompleteRichResult .autocomplete-richlistbox {
height: auto !important;
max-height: calc(31px * 10) !important;
}
Nếu bạn chưa có tệp userChrome.css, bạn cũng cần thêm các dòng sau vào đầu tệp:
/* Do not remove the @namespace line -- it's required for correct functioning */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
Nguồn: http://www.ghacks.net/2016/08/01/firefox-48-release/#comment-3950665
Kết quả:

Sành điệu
Bạn cũng có thể đạt được điều này bằng cách sử dụng Thời trang.
Cài đặt thời trang
Cài đặt Tinh chỉnh Thanh URL - Xóa kiểu Truy cập / Tìm kiếm & Cuộn thanh
Nguồn: http://www.ghacks.net/2015/12/21/how-to-remove-visit-in-firefoxs-address-bar/