libredirect/README.md

87 lines
3.9 KiB
Markdown
Raw Normal View History

<img src="./src/assets/images/libredirect.svg" width="150" align="right" />
2022-01-25 18:04:59 +01:00
# LibRedirect
2022-01-28 15:04:53 +01:00
A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends.
2022-03-10 17:46:11 +01:00
Youtube => [Piped](https://github.com/TeamPiped/Piped), [Invidious](https://github.com/iv-org/invidious), [Piped-Material](https://github.com/mmjee/Piped-Material), [FreeTube](https://github.com/FreeTubeApp/FreeTube), [Yattee](https://github.com/yattee/yattee)\
2022-02-23 22:01:28 +01:00
YoutubeMusic => [Beatbump](https://github.com/snuffyDev/Beatbump)\
2022-02-12 22:01:57 +01:00
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)\
2022-03-10 17:46:11 +01:00
Reddit => [Libreddit](https://github.com/spikecodes/libreddit#instances), [Teddit](https://codeberg.org/teddit/teddit#instances), [Old Reddit](https://old.reddit.com)\
2022-03-09 21:34:19 +01:00
Pixiv => [pixiv萌え](https://github.com/kokororin/pixiv.moe)\
2022-02-12 22:01:57 +01:00
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)\
2022-03-10 17:46:11 +01:00
Maps => [OpenStreetMap](https://www.openstreetmap.org/), [FacilMap](https://github.com/FacilMap/facilmap)\
2022-02-12 22:01:57 +01:00
Wikipedia => [Wikiless](https://codeberg.org/orenom/wikiless)\
2022-03-10 17:46:11 +01:00
Medium => [Scribe](https://sr.ht/~edwardloveall/scribe/)\
2022-03-17 16:16:30 +01:00
Peertube => [SimpleerTube](https://git.sr.ht/~metalune/simpleweb_peertube)\
LBRY/Odysee => [Librarian](https://codeberg.org/librarian/librarian)\
2022-03-10 17:46:11 +01:00
Send Files => [Send](https://github.com/timvisee/send)
2022-01-28 15:04:53 +01:00
2022-02-23 22:00:18 +01:00
**Note**: It will be using random instances by default. You can also add custom instances.
2022-01-28 14:13:06 +01:00
2022-03-04 12:19:35 +01:00
<img src ="./img/1.png" width=350>&nbsp;
<img src ="./img/2.png" width=350>&nbsp;
<img src ="./img/3.png" width=350>&nbsp;
<img src ="./img/4.png" width=350>&nbsp;
<img src ="./img/5.png" width=350>&nbsp;
2022-03-04 12:18:47 +01:00
<br>
2022-02-23 22:00:18 +01:00
[![Mozilla Users](https://badges.alefvanoon.xyz/amo/users/libredirect?label=Firefox%20Users)](https://addons.mozilla.org/firefox/addon/libredirect/)
2022-02-02 09:26:33 +01:00
[![Matrix Badge](https://badges.alefvanoon.xyz/matrix/libredirect:matrix.org?label=Matrix)](https://matrix.to/#/#libredirect:tokhmi.xyz)
2021-01-11 07:50:49 +01:00
## Get
2022-03-13 20:29:10 +01:00
[![Firefox Add-on](./img/badge-amo.png)](https://addons.mozilla.org/firefox/addon/libredirect/)&nbsp;
2022-03-24 19:49:59 +01:00
<a href="https://microsoftedge.microsoft.com/addons/detail/libredirect/aodffkeankebfonljgbcfbbaljopcpdb">
<img src="./img/badge-ms.png" height=60>
</a>&nbsp;
2022-03-20 14:58:23 +01:00
<a href="./chromium.md"><img src ="./img/badge-chromium.png" height=60 ></a>
2022-04-12 01:03:31 +02:00
[UntrackMe](https://framagit.org/tom79/nitterizeme) for mobile
2021-01-11 07:50:49 +01:00
## Donate
[![Liberapay](./img/liberapay.svg)](https://liberapay.com/LibRedirect)
2022-03-05 18:49:43 +01:00
[![Patreon](./img/patreon.svg)](https://patreon.com/LibRedirect)
2022-02-20 21:06:28 +01:00
2022-01-28 15:04:53 +01:00
**BTC:** `bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q`
2019-09-20 12:45:58 +02:00
## Development
### Install Dependencies
- [Node.js](https://nodejs.org/) latest LTS is recommended
- `npm update`
- `npm install`
### Build
- `npm run build`
2022-01-28 15:04:53 +01:00
### Test
- `npm run test`
2019-09-20 12:45:58 +02:00
### Test in Firefox
2022-04-01 19:07:13 +02:00
- `npm run 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`
2022-02-21 21:44:42 +01:00
- click on the gear shaped `settings` button and select `Install Add-on From File...`
2022-02-20 20:52:15 +01:00
- select `libredirect-VERSION.zip` from `web-ext-artifacts` folder
### Install in Chromium, Brave and Chrome
- open `chrome://extensions`
- enable `dev mode`
- select `load unpacked extension`
- select `src` folder
2022-03-28 18:47:05 +02:00
[FAQ](https://github.com/libredirect/libredirect/wiki/FAQ)\
[Privacy Policy](Privacy-Policy.md)\
2022-02-23 22:00:18 +01:00
Credits: [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect)