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.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/assets/javascripts/helpers/google-search.js b/src/assets/javascripts/helpers/google-search.js
index c83d7c9..6ac1240 100644
--- a/src/assets/javascripts/helpers/google-search.js
+++ b/src/assets/javascripts/helpers/google-search.js
@@ -4,6 +4,13 @@ const redirects = [
{ link: "https://startpage.com", q: "/search/" },
{ link: "https://www.qwant.com", q: "/" },
{ link: "https://www.mojeek.com", q: "/search" },
+ { link: "https://search.snopyta.org", q: "/" },
+ { link: "https://searx.info", q: "/" },
+ { link: "https://searx.be", q: "/" },
+ { link: "https://search.disroot.org", q: "/" },
+ { link: "https://searx.tuxcloud.net", q: "/" },
+ { link: "https://searx.ninja", q: "/" },
+ { link: "https://tromland.org/searx", q: "/search" },
];
export default {