Merge pull request #206 from Camille019/master

Add Ecosia search engine
This commit is contained in:
Simon Brazell 2021-04-16 09:26:51 +10:00 committed by GitHub
commit 0135202682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Privacy Redirect allows setting custom instances, instances can be found here:
- [SearX](https://searx.github.io/searx/)
- [DuckDuckGo](https://duckduckgo.com)
- [Startpage](https://startpage.com)
- [Ecosia](https://www.ecosia.org)
- [Qwant](https://www.qwant.com)
- [Mojeek](https://www.mojeek.com)
- [Presearch](https://www.presearch.org)

View File

@ -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: "/" },