libredirect/README.md

91 lines
3.9 KiB
Markdown
Raw Normal View History

2022-04-16 10:15:57 +02:00
<img src="./img/libredirect_full.svg" height="50"/>
2022-05-05 19:36:30 +02:00
A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends.
2022-01-28 15:04:53 +01:00
2022-04-16 09:53:17 +02:00
[![Firefox Add-on](./img/badge-amo.png)](https://addons.mozilla.org/firefox/addon/libredirect/)&nbsp;
<a href="https://microsoftedge.microsoft.com/addons/detail/libredirect/aodffkeankebfonljgbcfbbaljopcpdb">
<img src="./img/badge-ms.png" height=60>
</a>&nbsp;
<a href="./chromium.md"><img src ="./img/badge-chromium.png" height=60 ></a>
2022-04-15 18:46:57 +02: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;
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-04-29 06:32:39 +02:00
Youtube Music => [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)\
2022-05-10 18:34:27 +02:00
Reddit => [Libreddit](https://github.com/spikecodes/libreddit#instances), [Teddit](https://codeberg.org/teddit/teddit#instances)\
2022-04-29 06:32:39 +02:00
Imgur => [Rimgo](https://codeberg.org/video-prize-ranch/rimgo)\
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-05-03 16:23:03 +02:00
Search => [SearXNG](https://github.com/searxng/searxng), [SearX](https://searx.github.io/searx/), [Whoogle](https://benbusby.com/projects/whoogle-search/)\
2022-04-29 06:32:39 +02:00
Translate => [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web), [LingvaTranslate](https://github.com/TheDavidDelta/lingva-translate)\
Maps => [OpenStreetMap](https://www.openstreetmap.org/), [FacilMap](https://github.com/FacilMap/facilmap)\
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-04-29 06:32:39 +02:00
**Note**: The Extension will be using random instances by default. You can modify this and add custom instances too.
2022-01-28 14:13:06 +01:00
2021-01-11 07:50:49 +01:00
## Donate
[![Liberapay](./img/liberapay.svg)](https://liberapay.com/LibRedirect)&nbsp;
[![Patreon](./img/patreon.svg)](https://patreon.com/LibRedirect)&nbsp;
[![Buy me a coffee](./img/bmc.svg)](https://www.buymeacoffee.com/libredirect)
2022-04-16 10:15:57 +02:00
BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q**
2019-09-20 12:45:58 +02:00
2022-05-08 12:34:13 +02:00
[FAQ](https://libredirect.github.io/faq.html)
## Mirror Repos
[![GitHub](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/github.svg)](https://github.com/libredirect/libredirect/)&nbsp;&nbsp;
[![Codeberg](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/codeberg.svg)](https://codeberg.org/LibRedirect/libredirect)&nbsp;&nbsp;
## Development
2022-04-16 10:02:46 +02:00
[![Matrix Badge](https://badges.alefvanoon.xyz/matrix/libredirect:matrix.org?label=matrix)](https://matrix.to/#/#libredirect:tokhmi.xyz)
### Install Dependencies
[Node.js](https://nodejs.org/) latest LTS is recommended
2022-05-05 19:36:30 +02:00
```
npm update
npm install
```
### Build
2022-05-05 19:36:30 +02:00
```
npm run build
```
2022-01-28 15:04:53 +01:00
### Test
2022-05-05 19:36:30 +02:00
```
npm run test
```
2019-09-20 12:45:58 +02:00
### Test in Firefox
2022-05-05 19:36:30 +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`
2022-04-16 10:15:57 +02:00
### Install in Firefox ESR, Developer Edition, Nightly
open `about:config`\
set `xpinstall.signatures.required` to `false`\
open `about:addons`\
click on the gear shaped `settings` button and select `Install Add-on From File...`\
select `libredirect-VERSION.zip` from `web-ext-artifacts` folder
2022-04-16 10:15:57 +02:00
### Install in Chromium browsers
open `chrome://extensions`\
enable `dev mode`\
select `load unpacked extension`\
select `src` folder
2022-03-28 18:47:05 +02:00
[Privacy Policy](Privacy-Policy.md)\
2022-05-10 18:33:12 +02:00
Credits: [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect)