Forked from Libredirect at version 2.3.4 before the removal of features: latency test, wikiless, instance toggle in pop-up, etc.
A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends.
- Youtube => Invidious, Piped, Piped-Material, CloudTube, FreeTube, Yattee
- Youtube Music => Beatbump, Hyperpipe
- Twitter => Nitter
- Instagram => Bibliogram
- TikTok => ProxiTok
- Reddit => Libreddit, Teddit
- Imgur => Rimgo
- Wikipedia => Wikiless
- Medium => Scribe
- Quora => Quetre
- IMDb => libremdb
- PeerTube => SimpleerTube
- LBRY/Odysee => Librarian, LBRY Desktop
- Search => SearXNG, SearX, Whoogle, LibreX
- Translate => SimplyTranslate, LingvaTranslate, LibreTranslate
- Maps => OpenStreetMap, FacilMap
- Send Files => Send
Note: The Extension will be using random instances by default. You can modify this and add custom instances too.
Node.js latest LTS is recommended
npm update
npm install
If you are modifying config.json
or any files ending with .ejs, you need to run the following command to render html:
npm run ejs
npm run build
npm run test
npm run start
- open
about:addons
- type in the address bar
about:debugging
- press
load temporarily addon
- open
about:config
- set
xpinstall.signatures.required
tofalse
- open
about:addons
- click on the gear shaped
settings
button and selectInstall Add-on From File...
- select
libredirect-VERSION.zip
fromweb-ext-artifacts
folder
- open
chrome://extensions
- enable
dev mode
- select
load unpacked extension
- select
src
folder
Forked from Libredirect
Forked from Privacy Redirect