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
2020-07-12 21:31:15 +03:00
2021-04-16 10:45:15 +10:00
2021-04-16 10:45:15 +10:00
2021-04-16 10:45:15 +10:00
2021-04-16 10:45:15 +10:00
2021-01-11 17:53:37 +11:00

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.

S
Description
A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.
Readme 41 MiB
Languages
JavaScript 61.3%
HTML 29.5%
CSS 9.2%