From def69a21e3937c7e43040b4405f641fc1d328dcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Tue, 9 Jun 2015 14:14:23 +0200 Subject: [PATCH] add search engines --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index d8cd2f3..87c83d6 100644 --- a/index.php +++ b/index.php @@ -144,6 +144,10 @@ se["sh"] = ["slfhtml", "https://wiki.selfhtml.org/index.php?search=", "sh.png"]; se["down"] = ["down", "http://www.downforeveryoneorjustme.com/", "down.png"]; se["fefe"] = ["fefe", "https://blog.fefe.de/?q=", ""]; se["wtr"] = ["wtr.com", "http://www.wetter.com/suche/?o=location&q=", ""]; +se["gh"] = ["github", "https://github.com/search?utf8=✓&q=", ""]; +se["bb"] = ["bing", "https://www.bing.com/search?q=", ""]; +se["mdn"] = ["mdn", "https://developer.mozilla.org/search?q=", ""]; +se["ctan"] = ["ctan", "http://ctan.org/search/?phrase=", ""]; function display_searchbuttons() { document.getElementById("searchbuttons").innerHTML = ""; -- 2.30.2