summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--src/assets/javascripts/helpers/google-search.js3
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89cdc47..6c3ddf4 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ Privacy Redirect allows setting custom instances, instances can be found here:
- [Qwant](https://www.qwant.com)
- [Mojeek](https://www.mojeek.com)
- [Presearch](https://www.presearch.org)
+ - [Whoogle](https://benbusby.com/projects/whoogle-search/)
## Development
diff --git a/src/assets/javascripts/helpers/google-search.js b/src/assets/javascripts/helpers/google-search.js
index afa8198..ad217e3 100644
--- a/src/assets/javascripts/helpers/google-search.js
+++ b/src/assets/javascripts/helpers/google-search.js
@@ -12,6 +12,9 @@ const redirects = [
{ link: "https://searx.ninja", q: "/" },
{ link: "https://tromland.org/searx", q: "/search" },
{ link: "https://engine.presearch.org", q: "/search" },
+ { link: "https://whoogle.sdf.org", q: "/search" },
+ { link: "https://whoogle.himiko.cloud", q: "/search" },
+ { link: "https://whoogle-search.zeet.app", q: "/search" },
];
export default {