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 { diff --git a/src/assets/javascripts/helpers/youtube.js b/src/assets/javascripts/helpers/youtube.js index 68afdd1..c8942ed 100644 --- a/src/assets/javascripts/helpers/youtube.js +++ b/src/assets/javascripts/helpers/youtube.js @@ -25,6 +25,7 @@ const redirects = [ "https://invidious.site", "https://yewtu.be", "https://invidious.tube", + "https://dev.viewtube.io", "https://invidious.048596.xyz", "http://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion", "http://qklhadlycap4cnod.onion", diff --git a/src/manifest.json b/src/manifest.json index 764ac65..3407079 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -49,6 +49,8 @@ "*://invidious.site/*", "*://yewtu.be/*", "*://invidious.tube/*", + "*://dev.viewtube.io/*", + "*://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion/*", "*://invidious.048596.yxz/*", "*://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion/*", "*://qklhadlycap4cnod.onion/*", @@ -66,7 +68,6 @@ "web_accessible_resources": ["assets/javascripts/helpers/*"], "browser_specific_settings": { "gecko": { - "id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}", "strict_min_version": "60.0" } }