From 42c89d94577c61f28b26908b49b1fa2c9e63b590 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Thu, 16 Aug 2018 13:57:37 +0200 Subject: [PATCH] add search engine from ikea --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 103a2b6..9f04548 100644 --- a/index.php +++ b/index.php @@ -181,6 +181,7 @@ se["ck"] = ["chfkch", "http://www.chefkoch.de/suche.php?wo=2&suche=", ""]; se["ypi"] = ["ypi", "http://youpronounce.it/search.jsp?q=", ""]; se["ks"] = ["ks", "https://kraut.space/start?do=search&id=", "ks.png"]; se["obi"] = ["obi", "https://www.obi.de/search/", ""]; +se["ikea"] = ["ikea", "https://www.ikea.com/de/de/search/?query=", ""]; function display_searchbuttons() { document.getElementById("searchbuttons").innerHTML = ""; -- 2.30.2