2022-01-28 17:04:53 +03: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 17:04:53 +03:00
A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends.
- Youtube => [Invidious ](https://github.com/iv-org/invidious ) ([instances ](https://docs.invidious.io/Invidious-Instances.md )), [FreeTube ](https://github.com/FreeTubeApp/FreeTube )
- Twitter => [Nitter ](https://github.com/zedeus/nitter ) ([instances ](https://github.com/zedeus/nitter/wiki/Instances ))
- Instagram => [Bibliogram ](https://sr.ht/~cadence/bibliogram/ ) ([instances ](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md ))
2022-01-30 19:35:30 +03:30
- Reddit => [Libreddit ](https://github.com/spikecodes/libreddit#instances ), [Teddit ](https://codeberg.org/teddit/teddit#instances ), [Old Reddit ](https://old.reddit.com ), [Mobile Reddit ](https://i.reddit.com )
2022-01-28 17:04:53 +03:00
- Google Search => [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 ), [Whoogle ](https://benbusby.com/projects/whoogle-search/ )
- Translate => [SimplyTranslate ](https://git.sr.ht/~metalune/simplytranslate_web ) ([instances ](https://git.sr.ht/~metalune/simplytranslate_web#list-of-instances ))
- Google Maps => [OpenStreetMap ](https://www.openstreetmap.org/ ) ([instances ](https://wiki.openstreetmap.org/wiki/Tile_servers ))
- Medium => [Scribe ](https://sr.ht/~edwardloveall/scribe/ ) ([instances ](https://scribe.rip/ ))
**Note**: It will default to using random instances if none are selected. You can also set custom instances.
2022-01-28 14:13:06 +01:00
2021-01-11 17:50:49 +11:00
## Get
2022-01-27 15:52:15 +03:00
[![Firefox Add-on ](src/assets/images/badge-amo.png )](https://addons.mozilla.org/firefox/addon/libredirect/)
2021-01-11 17:50:49 +11:00
## Donate
2022-01-28 17:04:53 +03:00
**BTC:** `bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q`
2019-09-20 20:45:58 +10:00
2021-01-11 17:46:00 +11:00
## Development
2022-01-28 17:04:53 +03:00
[![Matrix Badge ](https://badges.alefvanoon.xyz/matrix/libredirect:matrix.org?label=Matrix )](https://matrix.to/#/#libredirect:tokhmi .xyz)
2021-01-11 17:46:00 +11:00
### Install Dependencies
- [Node.js ](https://nodejs.org/ ) >=10.0.0 installed
- `npm install`
### Build
- `npm run build`
- `open web-ext-artifacts/`
2022-01-28 17:04:53 +03:00
### Test
2021-01-11 17:46:00 +11:00
- `npm run test`
2019-09-20 20:45:58 +10:00
## License
2022-01-28 17:04:53 +03:00
[GPLv3 ](LICENSE )
2020-11-07 15:45:44 +01:00
## 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 19:04:52 +10: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 )