From 95bfc88e9e063c845515283082bc324014b1c002 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Mon, 24 Sep 2018 16:09:44 +0200 Subject: [PATCH 1/1] add qwant search engine --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 0bbedc9..4f111f1 100644 --- a/index.php +++ b/index.php @@ -140,6 +140,8 @@ se["ii"] = ["startpg", "https://www.startpage.com/do/search?query=", "sp.png"]; se["id"] = ["sp_de", "https://www.startpage.com/do/search?cmd=process_search&language=deutsch&with_language=lang_de&query=", "sp.png"]; se["wp"] = ["wp_de", "https://de.wikipedia.org/wiki/Spezial:Search?search=", "wp.png"]; se["wpe"] = ["wp_en", "https://en.wikipedia.org/wiki/Special:Search?search=", "wp.png"]; +se["qq"] = ["qwant_l", "https://lite.qwant.com/?t=web&s=0&b=0&q=", ""]; +se["qi"] = ["qw_img", "https://lite.qwant.com/?t=images&s=0&b=0&q=", ""]; se["dd"] = ["dd_go", "https://duckduckgo.com/html/?ka=n&kh=1&kl=wt-wt&kp=-1&kt=n&kv=1&ky=-1&q=", "dd.png"]; se["sx"] = ["searx", "https://searx.me/?q=", ""]; se["gg"] = ["google", "https://www.google.com/search?hl=de&safe=off&q=", "gg.png"]; -- 2.30.2