Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

[fix] about page- 'How to set as the default search engine?' #1950

Merged
merged 9 commits into from
Jun 26, 2020
14 changes: 9 additions & 5 deletions searx/templates/__common__/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@ <h2>Technical details - How does it work?</h2>

<h2 id='add to browser'>How to set as the default search engine?</h2>

<dt>Firefox</dt>
<p>
Searx supports <a href="https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md">OpenSearch</a>.
For more information on changing your default search engine, see your browser's documentation:
</p>

<dd>
<a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '{{ url_for('opensearch') }}');">Install</a>
searx as a search engine on any version of Firefox! (javascript required)
</dd>
<ul>
<li><a href="https://support.mozilla.org/en-US/kb/add-or-remove-search-engine-firefox">Firefox</a></li>
<li><a href="https://support.microsoft.com/en-us/help/4028574/microsoft-edge-change-the-default-search-engine" >Microsoft Egde</a></li>
<li>Chrome based browsers <a href="https://www.chromium.org/tab-to-search">only add websites that the user navigates to without a path.</a>
</ul>

<h2>Where to find anonymous usage statistics of this instance ?</h2>

Expand Down