summaryrefslogtreecommitdiff
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
parente9c03335dc3ac77aa7efb606e4d063d4a6ef50be (diff)
prioritize ipv6 version of google
-rw-r--r--lib/frontend.php8
-rw-r--r--settings.php40
2 files changed, 24 insertions, 24 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",
diff --git a/settings.php b/settings.php
index 9f56e22..1be2dad 100644
--- a/settings.php
+++ b/settings.php
@@ -76,14 +76,14 @@ $settings = [
"text" => "Yandex"
],
[
- "value" => "google",
- "text" => "Google"
- ],
- [
"value" => "googlealt",
"text" => "GoogleV6"
],
[
+ "value" => "google",
+ "text" => "Google"
+ ],
+ [
"value" => "qwant",
"text" => "Qwant"
],
@@ -110,14 +110,14 @@ $settings = [
"parameter" => "scraper_web",
"options" => [
[
- "value" => "google",
- "text" => "Google"
- ],
- [
"value" => "googlealt",
"text" => "GoogleV6"
],
[
+ "value" => "google",
+ "text" => "Google"
+ ],
+ [
"value" => "ddg",
"text" => "DuckDuckGo"
],
@@ -172,14 +172,14 @@ $settings = [
"parameter" => "scraper_images",
"options" => [
[
- "value" => "google",
- "text" => "Google"
- ],
- [
"value" => "googlealt",
"text" => "GoogleV6"
],
[
+ "value" => "google",
+ "text" => "Google"
+ ],
+ [
"value" => "ddg",
"text" => "DuckDuckGo"
],
@@ -222,6 +222,10 @@ $settings = [
"text" => "YouTube"
],
[
+ "value" => "googlealt",
+ "text" => "GoogleV6"
+ ],
+ [
"value" => "ddg",
"text" => "DuckDuckGo"
],
@@ -238,10 +242,6 @@ $settings = [
"text" => "Google"
],
[
- "value" => "googlealt",
- "text" => "GoogleV6"
- ],
- [
"value" => "qwant",
"text" => "Qwant"
],
@@ -252,14 +252,14 @@ $settings = [
"parameter" => "scraper_news",
"options" => [
[
- "value" => "google",
- "text" => "Google"
- ],
- [
"value" => "googlealt",
"text" => "GoogleV6"
],
[
+ "value" => "google",
+ "text" => "Google"
+ ],
+ [
"value" => "ddg",
"text" => "DuckDuckGo"
],