diff options
| -rw-r--r-- | searx/templates/about.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index c24294d93..54efc8d8e 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -20,6 +20,9 @@ <h2>FAQ</h2> <h3>Trust</h3> <p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p> +<h3>Firefox engines plz?</h3> +<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')"> + Install</a> searx as a search engine on any Firefox!</p> </div> |