summaryrefslogtreecommitdiff
path: root/lib/frontend.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frontend.php')
-rw-r--r--lib/frontend.php15
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/frontend.php b/lib/frontend.php
index 220d4e9..74a94de 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,6 +919,8 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
+ "googlealt" => "GoogleV6",
+ "google" => "Google",
"ddg" => "DuckDuckGo",
"brave" => "Brave",
"yandex" => "Yandex",
@@ -941,10 +943,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",
@@ -960,6 +963,7 @@ class frontend{
"option" => [
"yt" => "YouTube",
//"fb" => "Facebook videos",
+ "googlealt" => "GoogleV6",
"ddg" => "DuckDuckGo",
"brave" => "Brave",
"yandex" => "Yandex",
@@ -973,10 +977,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"
]