Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Remove @keyword search for Google/Bing/Amazon etc

  • 3 답장
  • 1 이 문제를 만남
  • 18 보기
  • 최종 답변자: Standard8

more options

I am trying to remove the some default search engines from Firefox. I can remove them in settings yet if I type @ then a number of search engines I don't want including Bing Google and Amazon are still there. I think I have found the json that makes them visible:

   resource://search-extensions/list.json

Which contains:

"default": {

   "searchDefault": "Google",
   "searchOrder": ["Google", "Bing"],
   "visibleDefaultEngines": [
     "google", "amazondotcom", "bing", "ddg", "ebay", "twitter", "wikipedia"
   ]
 }

Is this file in my profile? Can it be edited to remove the @keyword searches. If not, is there another way to get rid of them?

I am trying to remove the some default search engines from Firefox. I can remove them in settings yet if I type @ then a number of search engines I don't want including Bing Google and Amazon are still there. I think I have found the json that makes them visible: resource://search-extensions/list.json Which contains: "default": { "searchDefault": "Google", "searchOrder": ["Google", "Bing"], "visibleDefaultEngines": [ "google", "amazondotcom", "bing", "ddg", "ebay", "twitter", "wikipedia" ] } Is this file in my profile? Can it be edited to remove the @keyword searches. If not, is there another way to get rid of them?

모든 댓글 (3)

more options

List.json stores the default search engine for each locale.

The map of ENGINE_ALIASES is hard coded in this file:

Only a few search engines are included and I'm not aware of a way to modify this list.

more options

So in conclusion Firefox has @bing and @google hardcoded? This seems a huge backwards step compared to being able to add and remove search engines in the search bar. Why would anyone even consider that this might possibly be a vaguely acceptable idea?

more options

In Firefox 69 and later, the @ alias for a search engine will not show up if you've removed that engine from the one-click search engine preferences - so if you update it will work better.

We also have bug on file for adding more options here.