added yandex web and video search, removed fb search
This commit is contained in:
parent
12a6278a5f
commit
1fd4c2de6d
7 changed files with 1178 additions and 78 deletions
16
settings.php
16
settings.php
|
@ -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"
|
||||
],*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue