(336cb49d98)

Added Sepia search (73b7922898) (7cf403e125) (5a0f5b868a) (2c4dc7da84)
This commit is contained in:
FbIN Support 2025-08-03 12:11:46 +05:30
commit 1934057895
5 changed files with 583 additions and 29 deletions

View file

@ -951,6 +951,7 @@ class frontend{
"mojeek" => "Mojeek",
"baidu" => "Baidu",
"coccoc" => "Cốc Cốc",
//"sepiasearch" => "Sepia Search",
//"solofield" => "Solofield",
"marginalia" => "Marginalia",
"wiby" => "wiby",
@ -989,6 +990,7 @@ class frontend{
"display" => "Scraper",
"option" => [
"yt" => "YouTube",
"sepiasearch" => "Sepia Search",
//"fb" => "Facebook videos",
"ddg" => "DuckDuckGo",
"brave" => "Brave",
@ -1339,7 +1341,7 @@ class frontend{
return htmlspecialchars($image);
}
return "https://4get.ca/proxy?i=" . urlencode($image) . "&s=" . $format;
return "/proxy?i=" . urlencode($image) . "&s=" . $format;
}
public function htmlnextpage($gets, $npt, $page){