搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How can I remove bundled search engines (Amazon, Bing, etc.) for good?

  • 6 个回答
  • 7 人有此问题
  • 4 次查看
  • 最后回复者为 Fulan

more options

Hello, I still have Amazon, Bing, Chambers & co. in my extension list in about:support, even though i have disabled all of them in about:preferences#search. How can I purge them for good?

Firefox 71.0 on Fedora 31.

Hello, I still have Amazon, Bing, Chambers & co. in my extension list in about:support, even though i have disabled all of them in about:preferences#search. How can I purge them for good? Firefox 71.0 on Fedora 31.
已附加屏幕截图

由Fulan于修改

所有回复 (6)

more options

Fulan said

Hello, I still have Amazon, Bing, Chambers & co. in my extension list in about:support, even though i have disabled all of them in about:preferences#search. How can I purge them for good? Firefox 71.0 on Fedora 31.

Paste the underneath in the addressbar & enter

about:preferences#search

Scroll down to One-Click Search Engines & delete as required.

Hope it helps

more options

Hi Fulan, the only way I've seen that hides those build-in search engine extensions is a Policy file.

This article describes how you create a Policy file: Customizing Firefox Using policies.json.

The contents of the policies.json file would be along the following lines:

{
  "policies": {
    "Extensions": {
      "Uninstall": [
        "amazondotcom@search.mozilla.org",
        "bing@search.mozilla.org",
        "ebay@search.mozilla.org",
        "twitter@search.mozilla.org",
        "wikipedia@search.mozilla.org"
      ]
    }
  }
}

As you can see, the list contains the search extension IDs you want to remove, separated by commas. (Writing them on separate lines is merely cosmetic.) I don't know the ID for Chambers, but you can find it on the Troubleshooting Information page.

more options

It is not possible to remove these search engines. All builtin search engine are stored in a omni.ja archive file in the Firefox program folder.

  • resource://search-extensions/

Chambers would be:

  • chambers-en-GB@search.mozilla.org

由cor-el于修改

more options

jscher2000 said

Hi Fulan, the only way I've seen that hides those build-in search engine extensions is a Policy file.

Hello Jefferson :-) I've written what you suggest to /usr/lib64/firefox/distribution/policies.json, but it didn't change anything. Does it work for you?

Edit: about:policies says "The Enterprise Policies service is inactive."

由Fulan于修改

more options

Hi Fulan, since I run Windows, the file is in:

C:\Program Files\Mozilla Firefox\distribution

The search extensions designated to be uninstalled are listed on the about:policies page (first screenshot) and are missing from the Troubleshooting Information page and the available one-click icons (second screenshot).

The uninstalled search engines still appear in the One-click box if I use the "Restore" button, but this doesn't make them usable (third screenshot). It probably is an artifact of their being separately listed in the search.json.mozlz4 file.

more options

I'm quite sure the path was right, because there was already a "distribution" directory in it and because it's confirmed in this post on Reddit. It looks like I have the same issue with policies.json as the guy on Reddit, but I haven't found a solution for that.