From ddb92b4e8d30c014524aa0ccb17a70f679b1e121 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Fri, 18 Mar 2016 13:43:20 +0100 Subject: [PATCH] add search engine wolframalpha --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 8b70309..94cd9ca 100644 --- a/index.php +++ b/index.php @@ -143,6 +143,7 @@ se["sp"] = ["strtpge", "https://startpage.com/do/search?query=", "sp.png"]; 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"]; +se["wa"] = ["wolfram", "https://www.wolframalpha.com/input/?i=", ""]; se["si"] = ["sp_img", "https://startpage.com/do/search?cat=pics&query=", "sp.png"]; se["gi"] = ["gg_img", "https://www.google.com/images?hl=de&safe=off&q=", "gg.png"]; se["mg"] = ["metager", "https://metager.de/meta/meta.ger3?eingabe=", ""]; -- 2.30.2