added yahoo japan, still missing the search filters though

This commit is contained in:
2025-12-01 02:37:07 -05:00
parent bbfbe59ffb
commit 4f30a3ac39
3 changed files with 1182 additions and 0 deletions

View File

@@ -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"