diff options
| author | Simon Brazell <simon@brazell.com.au> | 2021-04-16 09:33:04 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-16 09:33:04 +1000 |
| commit | 46593ef5652f1b6f64ccbf5068ba207db911caae (patch) | |
| tree | 767641d6d17245cd1f47c95c948bbab6d7acaf03 /src/assets/javascripts/helpers/google-search.js | |
| parent | 5bdd9cd9144de81ab5c1f1ea49e13a47fc1735ca (diff) | |
| parent | 0ba85462923fbce1c1e4cc73932f6959f5c4f6ce (diff) | |
| download | privacy-redirect-46593ef5652f1b6f64ccbf5068ba207db911caae.tar.gz privacy-redirect-46593ef5652f1b6f64ccbf5068ba207db911caae.tar.bz2 privacy-redirect-46593ef5652f1b6f64ccbf5068ba207db911caae.zip | |
Merge branch 'master' into master
Diffstat (limited to 'src/assets/javascripts/helpers/google-search.js')
| -rw-r--r-- | src/assets/javascripts/helpers/google-search.js | 4 |
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 { |
