summaryrefslogtreecommitdiff
path: root/lib/frontend.php
diff options
context:
space:
mode:
authorgesang <gesang@itinerariummentis.org>2024-06-18 09:49:31 +0000
committergesang <gesang@itinerariummentis.org>2024-06-18 09:49:31 +0000
commit2ff51369af06c049f054bb925adb2e434f959353 (patch)
treee2369fb6725dc9d42144fd365ade905e7030fe68 /lib/frontend.php
parente9c03335dc3ac77aa7efb606e4d063d4a6ef50be (diff)
prioritize ipv6 version of google
Diffstat (limited to 'lib/frontend.php')
-rw-r--r--lib/frontend.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/frontend.php b/lib/frontend.php
index 224f12c..de8f446 100644
--- a/lib/frontend.php
+++ b/lib/frontend.php
@@ -919,9 +919,9 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
+ "googlealt" => "GoogleV6",
"google" => "Google",
"ddg" => "DuckDuckGo",
- "googlealt" => "GoogleV6",
"brave" => "Brave",
"yandex" => "Yandex",
"qwant" => "Qwant",
@@ -941,10 +941,10 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
+ "googlealt" => "GoogleV6",
"google" => "Google",
"brave" => "Brave",
"ddg" => "DuckDuckGo",
- "googlealt" => "GoogleV6",
"yandex" => "Yandex",
"qwant" => "Qwant",
"yep" => "Yep",
@@ -961,8 +961,8 @@ class frontend{
"option" => [
"yt" => "YouTube",
//"fb" => "Facebook videos",
- "ddg" => "DuckDuckGo",
"googlealt" => "GoogleV6",
+ "ddg" => "DuckDuckGo",
"brave" => "Brave",
"yandex" => "Yandex",
"google" => "Google",
@@ -975,9 +975,9 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
+ "googlealt" => "GoogleV6",
"google" => "Google",
"brave" => "Brave",
- "googlealt" => "GoogleV6",
"qwant" => "Qwant",
"ddg" => "DuckDuckGo",
"yep" => "Yep",