privacy-redirect/README.md

52 lines
2.9 KiB
Markdown
Raw Normal View History

2021-01-10 12:15:24 +01:00
# ![privacy-redirect](src/assets/images/logo-small.png)
2020-03-24 07:52:07 +01:00
[![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/SimonBrazell/donate) [![Buy me a coffee](src/assets/images/buy-me-a-coffee.png)](https://www.buymeacoffee.com/SimonBrazell)
<img src="https://img.shields.io/liberapay/receives/SimonBrazell.svg?logo=liberapay">
2019-09-20 12:45:58 +02:00
## Get
2021-01-10 12:15:24 +01:00
[![Firefox Add-on](src/assets/images/badge-amo.png)](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/)
[![Chrome Extension](src/assets/images/badge-chrome.png)](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb)
[![Edge Extension](src/assets/images/badge-ms.png)](https://microsoftedge.microsoft.com/addons/detail/privacy-redirect/elnabkhcgpajchapppkhiaifkgikgihj)
2019-09-20 12:45:58 +02:00
## 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).
2019-10-30 06:48:38 +01:00
2020-11-08 16:13:17 +01:00
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.
### Custom instances
Privacy Redirect allows setting custom instances, instances can be found here:
- [Nitter instances](https://github.com/zedeus/nitter/wiki/Instances)
- [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)
2020-11-08 16:13:17 +01:00
- Private Search Engine list
- [DuckDuckGo](https://duckduckgo.com)
- [Startpage](https://startpage.com)
- [Qwant](https://www.qwant.com)
- [Mojeek](https://www.mojeek.com)
2019-09-20 12:45:58 +02:00
## Build
1. `npm install --global web-ext`
2. `web-ext build --overwrite-dest`
3. `open web-ext-artifacts/` for outputs.
2019-09-20 12:45:58 +02:00
## License
Code released under the free and open-source [MIT license](LICENSE.txt).
## Permissions
Please note, access to all website navigation events ( all URLs), not just the target domains, is required to allow embedded video redirects to occur. At this time I know of no other way to achieve iframe redirects, happy to hear some suggestions on this though 🙂
2020-07-15 11:04:52 +02:00
## Privacy Policy
See the [Project Wiki](https://github.com/SimonBrazell/privacy-redirect/wiki/Privacy-Policy).