From 2ff51369af06c049f054bb925adb2e434f959353 Mon Sep 17 00:00:00 2001 From: gesang Date: Tue, 18 Jun 2024 09:49:31 +0000 Subject: prioritize ipv6 version of google --- lib/frontend.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') 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", -- cgit v1.2.3