summaryrefslogtreecommitdiffstats
path: root/src/assets/javascripts/helpers/google-search.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/javascripts/helpers/google-search.js')
-rw-r--r--src/assets/javascripts/helpers/google-search.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/assets/javascripts/helpers/google-search.js b/src/assets/javascripts/helpers/google-search.js
index 3575f67..53f960d 100644
--- a/src/assets/javascripts/helpers/google-search.js
+++ b/src/assets/javascripts/helpers/google-search.js
@@ -2,6 +2,7 @@ const targets = /https?:\/\/(((www|maps)\.)?(google\.).*(\/search)|search\.(goog
const redirects = [
{ link: "https://duckduckgo.com", q: "/" },
{ link: "https://startpage.com", q: "/search/" },
+ { link: "https://www.ecosia.org", q: "/search" },
{ link: "https://www.qwant.com", q: "/" },
{ link: "https://www.mojeek.com", q: "/search" },
{ link: "https://search.snopyta.org", q: "/" },
@@ -14,6 +15,9 @@ const redirects = [
{ link: "https://engine.presearch.org", q: "/search" },
{ link: "https://searx.silkky.cloud", q: "/" },
{ link: "https://search.trom.tf", q: "/" },
+ { link: "https://whoogle.sdf.org", q: "/search" },
+ { link: "https://whoogle.himiko.cloud", q: "/search" },
+ { link: "https://whoogle-search.zeet.app", q: "/search" },
];
export default {