added brave image+video support

This commit is contained in:
lolcat 2023-08-08 03:09:47 -04:00
parent 7c771c82c8
commit 4559857380
63 changed files with 786 additions and 307 deletions

View file

@ -70,10 +70,10 @@ $settings = [
"value" => "brave",
"text" => "Brave"
],
//[
// "value" => "google",
// "text" => "Google"
//],
/*[
"value" => "google",
"text" => "Google"
],*/
[
"value" => "mojeek",
"text" => "Mojeek"
@ -99,11 +99,15 @@ $settings = [
[
"value" => "yandex",
"text" => "Yandex"
]//,
//[
// "value" => "google",
// "text" => "Google"
//]
],
[
"value" => "brave",
"text" => "Brave"
]/*,
[
"value" => "google",
"text" => "Google"
]*/
]
],
[
@ -117,11 +121,15 @@ $settings = [
[
"value" => "ddg",
"text" => "DuckDuckGo"
]//,
//[
// "value" => "google",
// "text" => "Google"
//]
],
[
"value" => "brave",
"text" => "Brave"
]/*,
[
"value" => "google",
"text" => "Google"
]*/
]
],
[
@ -136,10 +144,10 @@ $settings = [
"value" => "brave",
"text" => "Brave"
],
//[
// "value" => "google",
// "text" => "Google"
//],
/*[
"value" => "google",
"text" => "Google"
],*/
[
"value" => "mojeek",
"text" => "Mojeek"
@ -219,7 +227,7 @@ echo
'<head>' .
'<meta http-equiv="Content-Type" content="text/html;charset=utf-8">' .
'<title>Settings</title>' .
'<link rel="stylesheet" href="/static/style.css?v2">' .
'<link rel="stylesheet" href="/static/style.css">' .
'<meta name="viewport" content="width=device-width,initial-scale=1">' .
'<meta name="robots" content="index,follow">' .
'<link rel="icon" type="image/x-icon" href="/favicon.ico">' .