diff options
| author | lolcat <will@lolcat.ca> | 2025-09-07 14:32:28 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-09-07 14:32:28 -0400 |
| commit | 1cfeabeb7f27bc280e0317f5444e670e6356cb51 (patch) | |
| tree | 895e6a2e0fcebeb2a2e8d4a78f19d920c5108cfb /lib/frontend.php | |
| parent | 73f8472eeca07250dea9ea789e612f4a27d4ce5c (diff) | |
forgot the fucking frontend duhhhhh
Diffstat (limited to 'lib/frontend.php')
| -rw-r--r-- | lib/frontend.php | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index 9f819ba..da2eb43 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -938,10 +938,12 @@ class frontend{ "option" => [ "ddg" => "DuckDuckGo", "brave" => "Brave", + "mullvad_brave" => "Mullvad (Brave)", "yandex" => "Yandex", "google" => "Google", //"google_api" => "Google API", "google_cse" => "Google CSE", + "mullvad_google" => "Mullvad (Google)", "startpage" => "Startpage", "qwant" => "Qwant", "ghostery" => "Ghostery", @@ -952,7 +954,7 @@ class frontend{ "mojeek" => "Mojeek", "baidu" => "Baidu", "coccoc" => "Cốc Cốc", - //"solofield" => "Solofield", + "solofield" => "Solofield", "marginalia" => "Marginalia", "wiby" => "wiby", "curlie" => "Curlie" @@ -973,7 +975,7 @@ class frontend{ "qwant" => "Qwant", "yep" => "Yep", "baidu" => "Baidu", - //"solofield" => "Solofield", + "solofield" => "Solofield", "pinterest" => "Pinterest", "cara" => "Cara", "flickr" => "Flickr", @@ -991,6 +993,7 @@ class frontend{ "display" => "Scraper", "option" => [ "yt" => "YouTube", + "archiveorg" => "Archive.org", "vimeo" => "Vimeo", //"odysee" => "Odysee", "sepiasearch" => "Sepia Search", @@ -1002,8 +1005,8 @@ class frontend{ "startpage" => "Startpage", "qwant" => "Qwant", "baidu" => "Baidu", - "coccoc" => "Cốc Cốc" - //"solofield" => "Solofield" + "coccoc" => "Cốc Cốc", + "solofield" => "Solofield" ] ]; break; @@ -1344,6 +1347,7 @@ class frontend{ return htmlspecialchars($image); } + //return "https://4get.ca/proxy?i=" . urlencode($image) . "&s=" . $format; return "/proxy?i=" . urlencode($image) . "&s=" . $format; } |
