From 4f30a3ac39eba80122d8a91031934017ddb2e77b Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 1 Dec 2025 02:37:07 -0500 Subject: added yahoo japan, still missing the search filters though --- settings.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'settings.php') diff --git a/settings.php b/settings.php index 79cf947..afb1a36 100644 --- a/settings.php +++ b/settings.php @@ -141,6 +141,10 @@ $settings = [ "value" => "google_cse", "text" => "Google CSE" ], + [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], [ "value" => "startpage", "text" => "Startpage" @@ -223,6 +227,10 @@ $settings = [ "value" => "google_cse", "text" => "Google CSE" ], + [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], [ "value" => "startpage", "text" => "Startpage" @@ -305,6 +313,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], [ "value" => "startpage", "text" => "Startpage" @@ -343,6 +355,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "yahoo_japan", + "text" => "Yahoo! JAPAN", + ], [ "value" => "startpage", "text" => "Startpage" -- cgit v1.2.3