mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-01-09 23:36:15 +01:00
Add Ecosia search engine
This commit is contained in:
parent
a76ea4f66e
commit
2d2ef8f1f2
@ -39,6 +39,7 @@ Privacy Redirect allows setting custom instances, instances can be found here:
|
|||||||
- [SearX](https://searx.github.io/searx/)
|
- [SearX](https://searx.github.io/searx/)
|
||||||
- [DuckDuckGo](https://duckduckgo.com)
|
- [DuckDuckGo](https://duckduckgo.com)
|
||||||
- [Startpage](https://startpage.com)
|
- [Startpage](https://startpage.com)
|
||||||
|
- [Ecosia](https://www.ecosia.org)
|
||||||
- [Qwant](https://www.qwant.com)
|
- [Qwant](https://www.qwant.com)
|
||||||
- [Mojeek](https://www.mojeek.com)
|
- [Mojeek](https://www.mojeek.com)
|
||||||
- [Presearch](https://www.presearch.org)
|
- [Presearch](https://www.presearch.org)
|
||||||
|
@ -2,6 +2,7 @@ const targets = /https?:\/\/(((www|maps)\.)?(google\.).*(\/search)|search\.(goog
|
|||||||
const redirects = [
|
const redirects = [
|
||||||
{ link: "https://duckduckgo.com", q: "/" },
|
{ link: "https://duckduckgo.com", q: "/" },
|
||||||
{ link: "https://startpage.com", q: "/search/" },
|
{ link: "https://startpage.com", q: "/search/" },
|
||||||
|
{ link: "https://www.ecosia.org", q: "/search" },
|
||||||
{ link: "https://www.qwant.com", q: "/" },
|
{ link: "https://www.qwant.com", q: "/" },
|
||||||
{ link: "https://www.mojeek.com", q: "/search" },
|
{ link: "https://www.mojeek.com", q: "/search" },
|
||||||
{ link: "https://search.snopyta.org", q: "/" },
|
{ link: "https://search.snopyta.org", q: "/" },
|
||||||
|
Loading…
Reference in New Issue
Block a user