為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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
附加的畫面擷圖

所有回覆 (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?