TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why is creating a custom Firefox search engine so difficult?

2 点作者 turova超过 6 年前
This simple issue has been bothering me for a couple of years now and I&#x27;ve never been able to find anything resembling a solution - I like having control of the search engine options in my browser and want to add custom searches. Chrome maintains the tradition of allowing a URL string with some predefined parameters. Firefox, on the other hand, requires some sort of custom XML mess with no clear and simple way to create a custom search engine from scratch. I see some minimal benefits, such as the ability to pair an icon with a search engine and the ability to use short names, but I just want to type a search into the search bar and have it send me to a custom search of my choice.<p>Is this shift to OpenSearch format mostly to prevent people from doing away with Mozilla&#x27;s referral codes in the search strings? I just can&#x27;t see any good reason this must be so complicated with so little customizability.<p>To be completely clear, I want to add the equivalent of &quot;https:&#x2F;&#x2F;&lt;customsearchengine&gt;.com&#x2F;q={searchparam}&quot; to replace any&#x2F;all of the built-in search options and am not currently looking for other solutions, such as websites with lists of predefined search engine queries. I also don&#x27;t want to be dependent on finding some online service to do this for me. Any suggestions or feedback on why this process has become so complicated?

1 comment

lixtra超过 6 年前
Not the same UX but the same functionality is provided by smart keywords [1].<p>[1] <a href="https:&#x2F;&#x2F;support.mozilla.org&#x2F;en-US&#x2F;kb&#x2F;how-search-from-address-bar" rel="nofollow">https:&#x2F;&#x2F;support.mozilla.org&#x2F;en-US&#x2F;kb&#x2F;how-search-from-address...</a><p>In our company we use it conveniently to quickly access intranet services like jira.
评论 #18217560 未加载