summaryrefslogtreecommitdiff
path: root/lib/frontend.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frontend.php')
-rw-r--r--lib/frontend.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/frontend.php b/lib/frontend.php
index ae703fc..224f12c 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,12 +919,13 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
- "brave" => "Brave",
"google" => "Google",
+ "ddg" => "DuckDuckGo",
+ "googlealt" => "GoogleV6",
+ "brave" => "Brave",
"yandex" => "Yandex",
"qwant" => "Qwant",
"yep" => "Yep",
- "ddg" => "DuckDuckGo",
"greppr" => "Greppr",
"crowdview" => "Crowdview",
"mwmbl" => "Mwmbl",
@@ -940,9 +941,10 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
- "brave" => "Brave",
"google" => "Google",
+ "brave" => "Brave",
"ddg" => "DuckDuckGo",
+ "googlealt" => "GoogleV6",
"yandex" => "Yandex",
"qwant" => "Qwant",
"yep" => "Yep",
@@ -960,6 +962,7 @@ class frontend{
"yt" => "YouTube",
//"fb" => "Facebook videos",
"ddg" => "DuckDuckGo",
+ "googlealt" => "GoogleV6",
"brave" => "Brave",
"yandex" => "Yandex",
"google" => "Google",
@@ -974,6 +977,7 @@ class frontend{
"option" => [
"google" => "Google",
"brave" => "Brave",
+ "googlealt" => "GoogleV6",
"qwant" => "Qwant",
"ddg" => "DuckDuckGo",
"yep" => "Yep",