Merge pull request #202 from hbarsaiyan/master

Add Whoogle Search
This commit is contained in:
Simon Brazell 2021-04-16 09:26:37 +10:00 committed by GitHub
commit e9f47ab03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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",

View File

@ -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"
}
}