2022-01-28 23:04:53 +09:00
|
|
|
<img src="src/assets/images/libredirect.svg" width="150" align="right" />
|
2022-02-16 02:45:01 +09:00
|
|
|
|
2022-01-26 02:04:59 +09:00
|
|
|
# LibRedirect
|
2022-01-28 23:04:53 +09:00
|
|
|
A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends.
|
|
|
|
|
2022-02-13 06:01:57 +09:00
|
|
|
Youtube => [Piped](https://github.com/TeamPiped/Piped), [Invidious](https://github.com/iv-org/invidious), [FreeTube](https://github.com/FreeTubeApp/FreeTube)\
|
|
|
|
Twitter => [Nitter](https://github.com/zedeus/nitter)\
|
|
|
|
Instagram => [Bibliogram](https://sr.ht/~cadence/bibliogram/)\
|
|
|
|
TikTok => [ProxiTok](https://github.com/pablouser1/ProxiTok)\
|
|
|
|
Imgur => [Rimgo](https://codeberg.org/video-prize-ranch/rimgo)\
|
|
|
|
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)\
|
|
|
|
Search => [SearX](https://searx.github.io/searx/), [Whoogle](https://benbusby.com/projects/whoogle-search/)\
|
|
|
|
Translate => [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web), [LingvaTranslate](https://github.com/TheDavidDelta/lingva-translate)\
|
|
|
|
Maps => [OpenStreetMap](https://www.openstreetmap.org/)\
|
|
|
|
Wikipedia => [Wikiless](https://codeberg.org/orenom/wikiless)\
|
|
|
|
Medium => [Scribe](https://sr.ht/~edwardloveall/scribe/)
|
2022-01-28 23:04:53 +09:00
|
|
|
|
|
|
|
**Note**: It will default to using random instances if none are selected. You can also set custom instances.
|
2022-01-28 22:13:06 +09:00
|
|
|
|
2022-02-02 17:26:33 +09:00
|
|
|
[![Matrix Badge](https://badges.alefvanoon.xyz/matrix/libredirect:matrix.org?label=Matrix)](https://matrix.to/#/#libredirect:tokhmi.xyz)
|
2022-02-16 02:45:01 +09:00
|
|
|
[![PrivacyPolicy](https://badges.alefvanoon.xyz/badge/-PrivacyPolicy-orange)](Privacy-Policy.md)
|
|
|
|
|
2021-01-11 15:50:49 +09:00
|
|
|
## Get
|
2022-01-27 21:52:15 +09:00
|
|
|
[![Firefox Add-on](src/assets/images/badge-amo.png)](https://addons.mozilla.org/firefox/addon/libredirect/)
|
2021-01-11 15:50:49 +09:00
|
|
|
|
|
|
|
## Donate
|
2022-02-21 05:06:28 +09:00
|
|
|
[![Liberapay](./src/assets/images/liberapay.svg)](https://liberapay.com/LibRedirect)
|
|
|
|
|
2022-01-28 23:04:53 +09:00
|
|
|
**BTC:** `bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q`
|
2019-09-20 19:45:58 +09:00
|
|
|
|
2021-01-11 15:46:00 +09:00
|
|
|
## Development
|
|
|
|
### Install Dependencies
|
2022-02-16 02:45:01 +09:00
|
|
|
- [Node.js](https://nodejs.org/) latest LTS is recommended
|
|
|
|
- `npm update`
|
2021-01-11 15:46:00 +09:00
|
|
|
- `npm install`
|
|
|
|
|
|
|
|
### Build
|
|
|
|
- `npm run build`
|
|
|
|
|
2022-01-28 23:04:53 +09:00
|
|
|
### Test
|
2021-01-11 15:46:00 +09:00
|
|
|
- `npm run test`
|
2019-09-20 19:45:58 +09:00
|
|
|
|
2022-02-16 02:45:01 +09:00
|
|
|
### Test in Firefox
|
|
|
|
- `npm run-script start`
|
|
|
|
|
|
|
|
### Install temporarily
|
|
|
|
- open `about:addons`
|
|
|
|
- click on the settings button below the addon search bar and select `debug add-on`
|
|
|
|
- press `load temporarily addon`
|
|
|
|
|
|
|
|
### Install in Firefox ESR (Extended Support Release), Developer Edition and Nightly
|
|
|
|
- open `about:config`
|
|
|
|
- set `xpinstall.signatures.required` to `false`
|
|
|
|
- open `about:addons`
|
|
|
|
- click on the settings button below the addon search bar and select install add-on from file
|
2022-02-21 04:52:15 +09:00
|
|
|
- select `libredirect-VERSION.zip` from `web-ext-artifacts` folder
|
2022-02-16 02:45:01 +09:00
|
|
|
|
|
|
|
### Install in Chromium, Brave and Chrome
|
|
|
|
- open `chrome://extensions`
|
|
|
|
- enable `dev mode`
|
|
|
|
- select `load unpacked extension`
|
|
|
|
- select `src` folder
|
|
|
|
|
2022-01-26 02:04:59 +09:00
|
|
|
## Credits
|
2022-02-16 02:45:01 +09:00
|
|
|
- [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect)
|