forked from lolcat/4get
added yandex web and video search, removed fb search
This commit is contained in:
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"
|
||||
],*/
|
||||
|
Reference in New Issue
Block a user