diff options
author | rhapsodhy <me@rhapsodhy.hu> | 2013-10-21 01:38:20 +0100 |
---|---|---|
committer | rhapsodhy <me@rhapsodhy.hu> | 2013-10-21 01:38:26 +0100 |
commit | c6c376930f3e2cc3d01d3f1c04fc9adc444a8b31 (patch) | |
tree | ec4dde60e4ee221c241365572706998653774bcf /searx | |
parent | c874ea977462dc6460c4094db2e148f96091ecfb (diff) | |
download | searxng-c6c376930f3e2cc3d01d3f1c04fc9adc444a8b31.tar.gz searxng-c6c376930f3e2cc3d01d3f1c04fc9adc444a8b31.zip |
[enh] add js to install on firefox as search engine
Diffstat (limited to 'searx')
-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> |