Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 21 replies
  • 6 have this problem
  • 22 views
  • Last reply by 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

Chosen solution

@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.

Read this answer in context 👍 0

All Replies (1)

more options

Chosen Solution

@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