diff options
Diffstat (limited to 'lib/frontend.php')
-rw-r--r-- | lib/frontend.php | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index 1c3eb09..de8f446 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -242,6 +242,7 @@ class frontend{ $payload .= $this->highlighttext($keywords, $site["title"]) . '</div>'; + $payload .= '</a>'; if($greentext !== null){ @@ -261,7 +262,6 @@ class frontend{ $payload .= $customhtml; - $payload .= '</a>'; /* Sublinks @@ -919,10 +919,11 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ + "googlealt" => "GoogleV6", + "google" => "Google", "ddg" => "DuckDuckGo", "brave" => "Brave", "yandex" => "Yandex", - "google" => "Google", "qwant" => "Qwant", "yep" => "Yep", "greppr" => "Greppr", @@ -940,10 +941,11 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ + "googlealt" => "GoogleV6", + "google" => "Google", + "brave" => "Brave", "ddg" => "DuckDuckGo", "yandex" => "Yandex", - "brave" => "Brave", - "google" => "Google", "qwant" => "Qwant", "yep" => "Yep", //"pinterest" => "Pinterest", @@ -959,6 +961,7 @@ class frontend{ "option" => [ "yt" => "YouTube", //"fb" => "Facebook videos", + "googlealt" => "GoogleV6", "ddg" => "DuckDuckGo", "brave" => "Brave", "yandex" => "Yandex", @@ -972,10 +975,11 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ - "ddg" => "DuckDuckGo", - "brave" => "Brave", + "googlealt" => "GoogleV6", "google" => "Google", + "brave" => "Brave", "qwant" => "Qwant", + "ddg" => "DuckDuckGo", "yep" => "Yep", "mojeek" => "Mojeek" ] |