搜尋 Mozilla 技術支援網站

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

了解更多

How do i stop firefox opening websites related to my search?

  • 21 回覆
  • 6 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

Hello.

I'm having a problem with firefox and it is getting really annoying.

When i search for something on the top right search box, Firefox opens a website with my search already put into the site (For example ebay or amazon but it is irrelevant because i search something like "How to...") But i do not want to do this, It has never opened a site i want.

I have also disabled every search engine apart from google in the "Search" settings.

I have also refreshed firefox and reinstalled it multiple times.

Thanks

Hello. I'm having a problem with firefox and it is getting really annoying. When i search for something on the top right search box, Firefox opens a website with my search already put into the site (For example ebay or amazon but it is irrelevant because i search something like "How to...") But i do not want to do this, It has never opened a site i want. I have also disabled every search engine apart from google in the "Search" settings. I have also refreshed firefox and reinstalled it multiple times. Thanks

被選擇的解決方法

@jscher2000:

Note that you posted the same code twice and included #PopupSearchAutoComplete .addengine-item in both (should only be in the second example).

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PopupSearchAutoComplete .search-panel-header.search-panel-current-input,
#PopupSearchAutoComplete .search-panel-one-offs,
#PopupSearchAutoComplete-anon-search-settings,
#PopupSearchAutoComplete .addengine-item { 
  display: none !important;
}

#PopupSearchAutoComplete-anon-search-settings should hide the "Change Search Settings" item in the search bar drop-down list.

從原來的回覆中察看解決方案 👍 0

所有回覆 (1)

more options

選擇的解決方法

@jscher2000:

Note that you posted the same code twice and included #PopupSearchAutoComplete .addengine-item in both (should only be in the second example).

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PopupSearchAutoComplete .search-panel-header.search-panel-current-input,
#PopupSearchAutoComplete .search-panel-one-offs,
#PopupSearchAutoComplete-anon-search-settings,
#PopupSearchAutoComplete .addengine-item { 
  display: none !important;
}

#PopupSearchAutoComplete-anon-search-settings should hide the "Change Search Settings" item in the search bar drop-down list.

  1. 1
  2. 2