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, 6 insertions, 6 deletions
diff --git a/lib/frontend.php b/lib/frontend.php
index 1c3eb09..ae703fc 100644
--- a/lib/frontend.php
+++ b/lib/frontend.php
@@ -919,12 +919,12 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
- "ddg" => "DuckDuckGo",
"brave" => "Brave",
- "yandex" => "Yandex",
"google" => "Google",
+ "yandex" => "Yandex",
"qwant" => "Qwant",
"yep" => "Yep",
+ "ddg" => "DuckDuckGo",
"greppr" => "Greppr",
"crowdview" => "Crowdview",
"mwmbl" => "Mwmbl",
@@ -940,10 +940,10 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
- "ddg" => "DuckDuckGo",
- "yandex" => "Yandex",
"brave" => "Brave",
"google" => "Google",
+ "ddg" => "DuckDuckGo",
+ "yandex" => "Yandex",
"qwant" => "Qwant",
"yep" => "Yep",
//"pinterest" => "Pinterest",
@@ -972,10 +972,10 @@ class frontend{
$filters["scraper"] = [
"display" => "Scraper",
"option" => [
- "ddg" => "DuckDuckGo",
- "brave" => "Brave",
"google" => "Google",
+ "brave" => "Brave",
"qwant" => "Qwant",
+ "ddg" => "DuckDuckGo",
"yep" => "Yep",
"mojeek" => "Mojeek"
]