1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
<img src="./img/libredirect_full.svg" height="50"/>
A web extension that redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends and backends.
[](https://matrix.to/#/#libredirect:matrix.org)
[](https://addons.mozilla.org/firefox/addon/libredirect/)
[](https://liberapay.com/LibRedirect)
[](https://opencollective.com/libredirect#category-CONTRIBUTE)
[](https://addons.mozilla.org/firefox/addon/libredirect/)
<a href="./chromium.md">
<img src ="./img/badge-chromium.png" height=60 >
</a>
<img src ="./img/1.png" width=350>
<img src ="./img/2.png" width=350>
<img src ="./img/3.png" width=350>
- Youtube <span>→</span> [Invidious](https://github.com/iv-org/invidious), [Piped](https://github.com/TeamPiped/Piped), [Piped-Material](https://github.com/mmjee/Piped-Material), [CloudTube](https://sr.ht/~cadence/tube/), [PokeTube](https://codeberg.org/Ashley/poketube/), [FreeTube](https://github.com/FreeTubeApp/FreeTube), [Yattee](https://github.com/yattee/yattee)
- Youtube Music <span>→</span> [Beatbump](https://github.com/snuffyDev/Beatbump), [Hyperpipe](https://codeberg.org/Hyperpipe/Hyperpipe)
- Twitter <span>→</span> [Nitter](https://github.com/zedeus/nitter)
- TikTok <span>→</span> [ProxiTok](https://github.com/pablouser1/ProxiTok)
- Reddit <span>→</span> [Libreddit](https://github.com/spikecodes/libreddit), [Teddit](https://codeberg.org/teddit/teddit)
- Imgur <span>→</span> [Rimgo](https://codeberg.org/video-prize-ranch/rimgo)
- Reuters <span>→</span> [Neuters](https://github.com/HookedBehemoth/neuters)
- Medium <span>→</span> [Scribe](https://sr.ht/~edwardloveall/Scribe/), [LibMedium](https://github.com/realaravinth/libmedium)
- Quora <span>→</span> [Quetre](https://github.com/zyachel/quetre)
- IMDb <span>→</span> [libremdb](https://github.com/zyachel/libremdb)
- LBRY/Odysee <span>→</span> [Librarian](https://codeberg.org/librarian/librarian), [LBRY Desktop](https://lbry.com/get)
- Search <span>→</span> [SearXNG](https://github.com/searxng/searxng), [SearX](https://searx.github.io/searx/), [Whoogle](https://benbusby.com/projects/whoogle-search/), [LibreX](https://github.com/hnhx/librex/)
- Translate <span>→</span> [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web), [LingvaTranslate](https://github.com/TheDavidDelta/lingva-translate), [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)
- Google Maps <span>→</span> [OpenStreetMap](https://www.openstreetmap.org/), [FacilMap](https://github.com/FacilMap/facilmap)
- Send Files <span>→</span> [Send](https://gitlab.com/timvisee/send)
- Genius <span>→</span> [Dumb](https://github.com/rramiachraf/dumb)
- StackOverflow <span>→</span> [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow)
- Goodreads <span>→</span> [BiblioReads](https://github.com/nesaku/BiblioReads)
- Wikipedia <span>→</span> [Wikiless](https://wikiless.org)
- Snopes <span>→</span> [Suds](https://git.vern.cc/cobra/Suds)
**Please read the [FAQ](https://libredirect.github.io/faq.html) if you have any questions!**
We're now on <a rel="me" href="https://fosstodon.org/@libredirect">Mastodon</a>
<img src="https://joinmastodon.org/logos/logo-purple.svg" alt="Mastodon" height="30">
## Donate
[](https://liberapay.com/LibRedirect)
[](https://patreon.com/LibRedirect)
[](https://www.buymeacoffee.com/libredirect)
<a href="https://opencollective.com/libredirect"><img src = ./img/Open-Collective.png width=19% height=19%></a>
- XMR: `4AM5CVfaGsnEXQQjZSzJvaWufe7pT86ubcZPr83fCjb2Hn3iwcForTWFy2Z3ugXcufUwHaGcucfPMFgPXBFSYGFvNrmV5XR`
Note : We have removed our addresses for BTC and ETH. If you want to donate via Crypto, please use OpenCollective. We still have XMR as OpenCollective doesn't support it.
## Mirror Repos
[](https://codeberg.org/LibRedirect/libredirect)
[](https://github.com/libredirect/libredirect/)
## Translate
[](https://hosted.weblate.org/projects/libredirect/extension)
## Development
### Install Dependencies
[Node.js](https://nodejs.org/) latest LTS is recommended
```
npm update
npm install
```
Generate the HTML pages (you should install [pug-cli](https://www.npmjs.com/package/pug-cli) first globally):
```
npm run pug
```
### Build the extension zip archive:
```
npm run build
```
### Test in Firefox
```
npm run start
```
### Install temporarily
1. Type in the address bar: `about:debugging#/runtime/this-firefox`
3. Press `Load Temporary Add-on...`
### Install in Firefox ESR, Developer Edition, Nightly
1. Type in the address bar: `about:config`
2. Set `xpinstall.signatures.required` to `false`
3. Type in the address bar: `about:addons`
4. Click on the gear shaped `settings` button and select `Install Add-on From File...`
5. Select `libredirect-VERSION.zip` from `web-ext-artifacts` folder
### Install in Chromium browsers
1. Open `chrome://extensions`
2. Enable `dev mode`
3. Select `load unpacked extension`
4. Select `src` folder
---
[Privacy Policy](Privacy-Policy.md)\
Forked from [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect)
|