5.2 KiB
5.2 KiB
A web extension that redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends and backends.
- Youtube → Invidious, Piped, Piped-Material, CloudTube, FreeTube, Yattee
- Youtube Music → Beatbump, Hyperpipe
- Twitter → Nitter
- TikTok → ProxiTok
- Reddit → Libreddit, Teddit
- Imgur → Rimgo
- Medium → Scribe
- Quora → Quetre
- IMDb → libremdb
- LBRY/Odysee → Librarian, LBRY Desktop
- Search → SearXNG, SearX, Whoogle, LibreX
- Translate → SimplyTranslate, LingvaTranslate, LibreTranslate
- Google 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.
Please read the FAQ if you have any questions!
Donate
- 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
Translate
Development
Install Dependencies
Node.js latest LTS is recommended
npm update
npm install
Generate the HTML pages (you should install pug-cli first globally):
npm run pug
Build the extension zip archive:
npm run build
Test in Firefox
npm run start
Install temporarily
- Type in the address bar:
about:debugging#/runtime/this-firefox
- Press
Load Temporary Add-on...
Install in Firefox ESR, Developer Edition, Nightly
- Type in the address bar:
about:config
- Set
xpinstall.signatures.required
tofalse
- Type in the address bar:
about:addons
- Click on the gear shaped
settings
button and selectInstall Add-on From File...
- Select
libredirect-VERSION.zip
fromweb-ext-artifacts
folder
Install in Chromium browsers
- Open
chrome://extensions
- Enable
dev mode
- Select
load unpacked extension
- Select
src
folder
Privacy Policy
Forked from Privacy Redirect