From 7c6dca8ceeec8c1abaaa6970e9f4e00cd3d8448f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Tue, 13 Oct 2015 21:13:32 +0200 Subject: [PATCH 1/1] add search engine youpronounce.it --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 846078b..d0c2543 100644 --- a/index.php +++ b/index.php @@ -166,6 +166,7 @@ se["gpg"] = ["pgp.mit", "https://pgp.mit.edu/pks/lookup?op=index&fingerprint=on& se["amo"] = ["amo", "https://addons.mozilla.org/search/?q=", ""]; se["gsm"] = ["gsm", "http://www.gsmarena.com/results.php3?sQuickSearch=yes&sName=", ""]; se["ck"] = ["chfkch", "http://www.chefkoch.de/suche.php?wo=2&suche=", ""]; +se["ypi"] = ["ypi", "http://youpronounce.it/search.jsp?q=", ""]; function display_searchbuttons() { document.getElementById("searchbuttons").innerHTML = ""; -- 2.30.2