You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a neat and useful feature that allows to add a search engine to Firefox search bar with just a few clicks.
Most search engines have already adopted the feature.
For instance, Metager.org have the following on the web page:
<linkrel="search" type="application/opensearchdescription+xml" title="MetaGer: privacy protected search & find" href="https://metager.org/plugins/opensearch.xml">
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescriptionxmlns="http://a9.com/-/spec/opensearch/1.1/"xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Mojeek</ShortName>
<Description>Search the web using Mojeek</Description>
<InputEncoding>UTF-8</InputEncoding>
<Imagewidth="16"height="16"type="image/x-icon">https://www.mojeek.com/favicon.png</Image>
<Urltype="text/html"template="https://www.mojeek.com/search?q={searchTerms}"></Url>
<moz:SearchForm>https://www.mojeek.com</moz:SearchForm>
</OpenSearchDescription>
Reproducing similar declaration would require only a little effort. Thanks.
The text was updated successfully, but these errors were encountered:
There is a neat and useful feature that allows to add a search engine to Firefox search bar with just a few clicks.
Most search engines have already adopted the feature.
For instance, Metager.org have the following on the web page:
https://metager.org/plugins/opensearch.xml contains the following:
The following example is from Mojeek.com:
https://www.mojeek.com/opensearch.xml contains the following:
Reproducing similar declaration would require only a little effort. Thanks.
The text was updated successfully, but these errors were encountered: