added yandex web and video search, removed fb search

This commit is contained in:
lolcat 2023-08-27 01:45:59 -04:00
parent 12a6278a5f
commit 1fd4c2de6d
7 changed files with 1178 additions and 78 deletions

View file

@ -70,6 +70,10 @@ $settings = [
"value" => "brave",
"text" => "Brave"
],
[
"value" => "yandex",
"text" => "Yandex"
],
/*[
"value" => "google",
"text" => "Google"
@ -118,10 +122,6 @@ $settings = [
"value" => "yt",
"text" => "YouTube"
],
[
"value" => "fb",
"text" => "Facebook videos"
],
[
"value" => "ddg",
"text" => "DuckDuckGo"
@ -129,6 +129,10 @@ $settings = [
[
"value" => "brave",
"text" => "Brave"
],
[
"value" => "yandex",
"text" => "Yandex"
]/*,
[
"value" => "google",
@ -147,8 +151,8 @@ $settings = [
[
"value" => "brave",
"text" => "Brave"
],/*
[
],
/*[
"value" => "google",
"text" => "Google"
],*/