From 280064310d25d914d45b7dad023019925c8a4ab7 Mon Sep 17 00:00:00 2001 From: Harsh Barsaiyan Date: Thu, 11 Mar 2021 09:21:56 +0000 Subject: [PATCH] Add Whoogle Search --- README.md | 1 + src/assets/javascripts/helpers/google-search.js | 3 +++ 2 files changed, 4 insertions(+) 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 {