diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | src/assets/javascripts/helpers/google-search.js | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 89cdc475..6c3ddf4c 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 afa8198e..ad217e31 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 { |