libredirect/README.md

88 lines
3.9 KiB
Markdown
Raw Normal View History

2022-01-25 18:04:59 +01:00
<img src="src/assets/images/libredirect.svg" width="150" align="right"/>
2022-01-28 14:13:06 +01:00
2022-01-25 18:04:59 +01:00
# LibRedirect
2022-01-28 14:13:06 +01:00
A web extension that redirects Twitter, YouTube, Instagram, Google Maps, Reddit, Medium, Google & Google Translate requests to privacy friendly alternative frontends for those sites.
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
<img alt="License: GPLv3" src="https://badges.alefvanoon.xyz/badge/License-GPL%20v3-darkred.svg">
</a>
<a href="https://github.com/humanetech-community/awesome-humane-tech">
<img alt="Awesome Humane Tech" src="https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true">
</a>
<a href="https://matrix.to/#/#libredirect:tokhmi.xyz">
2022-01-28 14:22:29 +01:00
<img alt="Matrix" src="https://badges.alefvanoon.xyz/matrix/libredirect:matrix.org?label=Matrix&color=darkgreen">
2022-01-28 14:13:06 +01:00
</a>
2021-01-11 07:50:49 +01:00
## Get
2022-01-27 13:52:15 +01:00
[![Firefox Add-on](src/assets/images/badge-amo.png)](https://addons.mozilla.org/firefox/addon/libredirect/)
2021-01-11 07:50:49 +01:00
## Donate
2022-01-25 18:04:59 +01:00
- **BTC:** `bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q`
2019-09-20 12:45:58 +02:00
## About
2022-01-25 18:04:59 +01:00
A web extension that redirects Twitter, YouTube, Instagram, Google Maps, Reddit, Medium, Google Search, & Google Translate_ 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/), [Scribe](https://sr.ht/~edwardloveall/scribe/), [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web) & Private Search Engines like [DuckDuckGo](https://duckduckgo.com) and [Startpage](https://startpage.com).
2019-10-30 06:48:38 +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.
### Custom instances
2022-01-25 18:04:59 +01:00
LibRedirect allows setting custom instances, instances can be found here:
- [Nitter instances](https://github.com/zedeus/nitter/wiki/Instances)
- [Invidious instances](https://docs.invidious.io/Invidious-Instances.md)
- [Bibliogram instances](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md)
2021-04-20 14:17:32 +02:00
- [SimplyTranslate instances](https://git.sr.ht/~metalune/simplytranslate_web#list-of-instances)
- [OpenStreetMap tile servers](https://wiki.openstreetmap.org/wiki/Tile_servers)
- 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)
2021-03-20 11:13:23 +01:00
- [Ecosia](https://www.ecosia.org)
- [Qwant](https://www.qwant.com)
- [Mojeek](https://www.mojeek.com)
2021-02-01 08:10:01 +01:00
- [Presearch](https://www.presearch.org)
2021-03-11 10:21:56 +01:00
- [Whoogle](https://benbusby.com/projects/whoogle-search/)
2021-10-29 16:03:42 +02:00
- [Scribe](https://sr.ht/~edwardloveall/scribe/) instances:, an alternative frontend for Medium:
- [scribe.rip](https://scribe.rip/)
- [NixNet scribe](scribe.nixnet.services/)
2019-09-20 12:45:58 +02:00
## Development
### Install Dependencies
- [Node.js](https://nodejs.org/) >=10.0.0 installed
- `npm install`
### Build
- `npm run build`
- `open web-ext-artifacts/`
## Test
2019-09-20 12:45:58 +02:00
- `npm run test`
2019-09-20 12:45:58 +02:00
## License
2021-06-16 14:10:46 +02:00
[GPLv3](LICENSE).
## 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).
2022-01-25 18:04:59 +01:00
## Credits
- [privacy-redirect](https://github.com/SimonBrazell/privacy-redirect)