Merge branch 'master' of https://github.com/libredirect/libredirect
This commit is contained in:
commit
f64867a2ff
24
README.md
24
README.md
|
@ -1,6 +1,6 @@
|
|||
<img src="./img/libredirect_full.svg" height="50"/>
|
||||
|
||||
A web extension that redirects YouTube, Twitter, Instagram and many more requests to alternative privacy friendly frontends and backends.
|
||||
A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends.
|
||||
|
||||
[![Firefox Add-on](./img/badge-amo.png)](https://addons.mozilla.org/firefox/addon/libredirect/)
|
||||
<a href="https://microsoftedge.microsoft.com/addons/detail/libredirect/aodffkeankebfonljgbcfbbaljopcpdb">
|
||||
|
@ -8,13 +8,10 @@ A web extension that redirects YouTube, Twitter, Instagram and many more request
|
|||
</a>
|
||||
<a href="./chromium.md"><img src ="./img/badge-chromium.png" height=60 ></a>
|
||||
|
||||
[![Mozilla Users](https://badges.alefvanoon.xyz/amo/users/libredirect?label=Firefox%20Users)](https://addons.mozilla.org/firefox/addon/libredirect/)
|
||||
|
||||
<img src ="./img/1.png" width=350>
|
||||
<img src ="./img/2.png" width=350>
|
||||
<img src ="./img/3.png" width=350>
|
||||
<img src ="./img/4.png" width=350>
|
||||
<img src ="./img/5.png" width=350>
|
||||
|
||||
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)\
|
||||
Youtube Music => [Beatbump](https://github.com/snuffyDev/Beatbump)\
|
||||
|
@ -44,17 +41,25 @@ BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q**
|
|||
[![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
|
||||
- `npm update`
|
||||
- `npm install`
|
||||
```
|
||||
npm update
|
||||
npm install
|
||||
```
|
||||
|
||||
### Build
|
||||
- `npm run build`
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Test
|
||||
- `npm run test`
|
||||
```
|
||||
npm run test
|
||||
```
|
||||
|
||||
### Test in Firefox
|
||||
- `npm run start`
|
||||
```
|
||||
npm run start
|
||||
```
|
||||
|
||||
### Install temporarily
|
||||
- open `about:addons`
|
||||
|
@ -78,7 +83,6 @@ BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q**
|
|||
[![GitHub](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/github.svg)](https://github.com/libredirect/libredirect/)
|
||||
[![Codeberg](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/codeberg.svg)](https://codeberg.org/LibRedirect/libredirect)
|
||||
|
||||
<br>
|
||||
|
||||
[FAQ](https://github.com/libredirect/libredirect/wiki/FAQ)\
|
||||
[Privacy Policy](Privacy-Policy.md)\
|
||||
|
|
|
@ -129,8 +129,7 @@
|
|||
"https://nitter.notraxx.ch",
|
||||
"https://nitter.poast.org",
|
||||
"https://nitter.lunar.icu",
|
||||
"https://nitter.bird.froth.zone",
|
||||
"https://twitter.paranoid.cf"
|
||||
"https://nitter.bird.froth.zone"
|
||||
],
|
||||
"tor": [
|
||||
"http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion",
|
||||
|
|
Loading…
Reference in New Issue