浏览代码

[enh] add js to install on firefox as search engine

rhapsodhy 11 年前
父节点
当前提交
c6c376930f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      searx/templates/about.html

+ 3
- 0
searx/templates/about.html 查看文件

@@ -20,6 +20,9 @@
20 20
 <h2>FAQ</h2>
21 21
 <h3>Trust</h3>
22 22
 <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>
23
+<h3>Firefox engines plz?</h3>
24
+<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">
25
+	Install</a> searx as a search engine on any Firefox!</p>
23 26
 
24 27
 
25 28
 </div>