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 remove search engine add suggestion from firefox

more options

how remove search engine suggestion when visiting random pages , also another problem with private browsing new tab page is still on , also why you cannot put blank page on new tab on normal new tabs instead blank with that cog

how remove search engine suggestion when visiting random pages , also another problem with private browsing new tab page is still on , also why you cannot put blank page on new tab on normal new tabs instead blank with that cog
Đính kèm ảnh chụp màn hình

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

more options

If you want to add that search engine, allow it. Otherwise ignore it.

With Firefox 41 (and higher), it's no longer possible to customize the page shown in a new tab via changing the preference browser.newtab.url in about.config. Because of the fact that hijackers abused the preference in the past, Mozilla decided to remove it (see bug 1118285). Fortunately, by removing it, Mozilla also introduced a new API to bring this functionality back to life as an add-on. This add-on allows the user to choose a certain page in a new tab.

New Tab Override (browser.newtab.url replacement) https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/

This is also available using Classic Theme Restorer (Customize Australis) {web link} Restore squared tabs, appmenu, add-ons bar, small button view and more on Australis UI (Windows/MacOSX/Linux + Fx 29+).

more options

You can use a custom style rule to suppress that item. For example, this style rule will hide that row (but there will still be a green + on the magnifying glass, so hopefully that's okay):

#PopupSearchAutoComplete .addengine-item {
  display: none !important;
}

I have attached a screen shot illustrating the effect.

Would you like the "step by step" for that or are you already familiar with applying custom style rules to Firefox's interface, using either the Stylish extension or a userChrome.css file?