diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/README.md b/README.md index d0db45b4..7c0a69dc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@ [](https://github.com/humanetech-community/awesome-humane-tech) +## Dontate + [](https://liberapay.com/SimonBrazell/donate) [](https://www.buymeacoffee.com/SimonBrazell) +- **BTC:** 3JZWooswwmmqQKw5iW6AYFfK5gcWTrvueE + <img src="https://img.shields.io/liberapay/receives/SimonBrazell.svg?logo=liberapay"> ## Get @@ -14,9 +18,9 @@ ## About -A web extension that redirects _Twitter, YouTube, Instagram, Google Maps & Non-Private Searches_ requests to privacy friendly alternatives - [Nitter](https://github.com/zedeus/nitter), [Invidious](https://github.com/iv-org/invidious), [FreeTube](https://github.com/FreeTubeApp/FreeTube), [Bibliogram](https://sr.ht/~cadence/bibliogram/), [OpenStreetMap](https://www.openstreetmap.org/) & Private Search Engines like [DuckDuckGo](https://duckduckgo.com) and [Startpage](https://startpage.com). +A web extension that redirects _Twitter, YouTube, Instagram, Google Maps, Reddit & Google Search_ requests to privacy friendly alternatives - [Nitter](https://github.com/zedeus/nitter), [Invidious](https://github.com/iv-org/invidious), [FreeTube](https://github.com/FreeTubeApp/FreeTube), [Bibliogram](https://sr.ht/~cadence/bibliogram/), [OpenStreetMap](https://www.openstreetmap.org/) & Private Search Engines like [DuckDuckGo](https://duckduckgo.com) and [Startpage](https://startpage.com). -It's possible to toggle all redirects on and off. The extension will default to using random instances if none are selected. If these instances are not working, you can try and set a custom instance from the list below. \*Instance for Search Engine redirect cannot be chosen at the moment. +It's possible to toggle all redirects on and off. The extension will default to using random instances if none are selected. If these instances are not working, you can try and set a custom instance from the list below. ### Custom instances @@ -26,21 +30,37 @@ Privacy Redirect allows setting custom instances, instances can be found here: - [Invidious instances](https://github.com/iv-org/invidious/wiki/Invidious-Instances) - [Bibliogram instances](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md) - [OpenStreetMap tile servers](https://wiki.openstreetmap.org/wiki/Tile_servers) -- Private Search Engine list +- Reddit alternatives: + - [Libreddit](https://github.com/spikecodes/libreddit#instances) + - [Teddit](https://codeberg.org/teddit/teddit#instances) + - [Snew](https://github.com/snew/snew) + - [Old Reddit](https://old.reddit.com) & [Mobile Reddit](https://i.reddit.com), purported to be more privacy respecting than the new UI. +- Google Search alternatives: + - [SearX](https://searx.github.io/searx/) - [DuckDuckGo](https://duckduckgo.com) - [Startpage](https://startpage.com) - [Qwant](https://www.qwant.com) - [Mojeek](https://www.mojeek.com) -## Build +## Development + +### Install Dependencies + +- [Node.js](https://nodejs.org/) >=10.0.0 installed +- `npm install` + +### Build + +- `npm run build` +- `open web-ext-artifacts/` + +## Test -1. `npm install --global web-ext` -2. `web-ext build --overwrite-dest` -3. `open web-ext-artifacts/` for outputs. +- `npm run test` ## License -Code released under the free and open-source [MIT license](LICENSE.txt). +[GPLv3](LICENSE.txt). ## Permissions |