diff options
| author | lolcat <will@lolcat.ca> | 2025-12-01 02:37:07 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-12-01 02:37:07 -0500 |
| commit | 4f30a3ac39eba80122d8a91031934017ddb2e77b (patch) | |
| tree | 0c5e2fb2aa8d12abe66a04eb7720173ca54639ac /lib/frontend.php | |
| parent | bbfbe59ffb86e9c4399400c2e47bfad691826a96 (diff) | |
added yahoo japan, still missing the search filters though
Diffstat (limited to 'lib/frontend.php')
| -rw-r--r-- | lib/frontend.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index a454bab..04b08b6 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -943,6 +943,7 @@ class frontend{ "google" => "Google", "google_api" => "Google API", "google_cse" => "Google CSE", + "yahoo_japan" => "Yahoo! JAPAN", "startpage" => "Startpage", "qwant" => "Qwant", "ghostery" => "Ghostery", @@ -970,6 +971,7 @@ class frontend{ "brave" => "Brave", "google" => "Google", "google_cse" => "Google CSE", + "yahoo_japan" => "Yahoo! JAPAN", "startpage" => "Startpage", "qwant" => "Qwant", "yep" => "Yep", @@ -1001,6 +1003,7 @@ class frontend{ "brave" => "Brave", "yandex" => "Yandex", "google" => "Google", + "yahoo_japan" => "Yahoo! JAPAN", "startpage" => "Startpage", "qwant" => "Qwant", "baidu" => "Baidu", @@ -1017,6 +1020,7 @@ class frontend{ "ddg" => "DuckDuckGo", "brave" => "Brave", "google" => "Google", + "yahoo_japan" => "Yahoo! JAPAN", "startpage" => "Startpage", "qwant" => "Qwant", "yep" => "Yep", |
