Un'estensione web che reindirizza YouTube, Twitter, TikTok e altri siti web a frontend alternativi rispettosi della privacy.
https://noblogo.org/filippodb/breve-guida-per-navigare-piu-veloci-e-piu-sicuri-con-le-estensioni-per
fb4905fb42 | ||
---|---|---|
.gitea/issue_template | ||
.github | ||
.vscode | ||
img | ||
src | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
.woodpecker.yml | ||
LICENSE | ||
Privacy-Policy.md | ||
README.md | ||
chromium.md | ||
package.json |
README.md
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
- 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
To generate HTML that uses config.json
(needed to develop/build the extension), run:
npm run ejs
Afterwards, you will need to run it if you modify config.json
or any files ending with .ejs.
Build the extension zip archive:
npm run build
Run automated tests
npm run test
Test in Firefox
npm run start
Install temporarily
- open
about:addons
- type in the address bar
about:debugging
- press
load temporarily addon
Install in Firefox ESR, Developer Edition, Nightly
- 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
Install in Chromium browsers
- open
chrome://extensions
- enable
dev mode
- select
load unpacked extension
- select
src
folder
Privacy Policy
Forked from Privacy Redirect