From 1ee8952a47a5e553b59bc30c9f21a352cc57443d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Tue, 11 Jun 2019 18:46:08 +0200 Subject: [PATCH 1/1] add search engines for gas prices in germany --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index bd3ea59..50b4176 100644 --- a/index.php +++ b/index.php @@ -188,6 +188,9 @@ se["ye"] = ["you-eng", "https://youglish.com/search/", ""]; 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=", ""]; +se["it"] = ["i-tanke", "https://ich-tanke.de/suche/?q=", ""] +se["ct"] = ["clv-tkn", "https://www.clever-tanken.de/tankstelle_liste?spritsorte=7&r=10&ort=", ""] +se["tp"] = ["tankstp", "https://www.tankstellenpreise.de/suche.html?sorte=2&u=10&s=1&o=", ""] function display_searchbuttons() { document.getElementById("searchbuttons").innerHTML = ""; -- 2.30.2