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
Go to file
Jason Kim 24bf815516
note: explain why redirect is needed for redd.it
If you try visiting a redd.it site like <https://redd.it/1fwqjw> (first
link that came up when searching "site:redd.it"), you may think that the
redirect works because it goes to your configured instance.  However,
there's a leak: redd.it is a redirect to a www.reddit.com site, and
that's when the redirect to instance happens.  If you observe the
network traffic, you'll see that a GET request goes to redd.it, and
redd.it returns HTTP code 302 and location https://www.reddit.com/...

Let's not do that.  Redirect at redd.it so that requests don't hit
reddit servers.  This does not seem to work for teddit instances, so
don't redirect for them.
2021-04-22 21:12:35 -07:00
.github Add FUNDING.yml 2020-07-12 21:31:15 +03:00
src fix: don't redirect redd.it for teddit 2021-04-22 21:12:16 -07:00
.gitignore CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects. 2021-01-11 17:46:00 +11:00
.nvmrc Prepare for release 1.1.47 2021-04-16 10:45:15 +10:00
LICENSE CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects. 2021-01-11 17:46:00 +11:00
README.md Prepare for release 1.1.47 2021-04-16 10:45:15 +10:00
package-lock.json Prepare for release 1.1.47 2021-04-16 10:45:15 +10:00
package.json Prepare for release 1.1.47 2021-04-16 10:45:15 +10:00
web-ext-config.js Fix typo 2021-01-11 17:53:37 +11:00

README.md

privacy-redirect

Awesome Humane Tech

Get

Firefox Add-on Chrome Extension Edge Extension

Donate

Donate Buy me a coffee

  • BTC: 3JZWooswwmmqQKw5iW6AYFfK5gcWTrvueE
  • ETH: 0x90049dc59365dF683451319Aa4632aC61193dFA7

About

A web extension that redirects Twitter, YouTube, Instagram, Google Maps, Reddit & Google Search requests to privacy friendly alternatives - Nitter, Invidious, FreeTube, Bibliogram, OpenStreetMap & Private Search Engines like DuckDuckGo and Startpage.

It's possible to toggle all redirects on and off. The extension will default to using random instances if none are selected. If these instances are not working, you can try and set a custom instance from the list below.

Custom instances

Privacy Redirect allows setting custom instances, instances can be found here:

Development

Install Dependencies

  • Node.js >=10.0.0 installed
  • npm install

Build

  • npm run build
  • open web-ext-artifacts/

Test

  • npm run test

License

GPLv3.

Permissions

Please note, access to all website navigation events ( all URLs), not just the target domains, is required to allow embedded video redirects to occur. At this time I know of no other way to achieve iframe redirects, happy to hear some suggestions on this though 🙂

Privacy Policy

See the Project Wiki.