From 1cfeabeb7f27bc280e0317f5444e670e6356cb51 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 7 Sep 2025 14:32:28 -0400 Subject: [PATCH] forgot the fucking frontend duhhhhh --- lib/frontend.php | 12 ++++++++---- 1 file 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; }