Swaps Reddit, YouTube, and Twitter for their open-source privacy frontends. Works automatically in your browser.
  • JavaScript 83.2%
  • CSS 12.6%
  • HTML 4.2%
Find a file
Sam Bent 8be3c348e0 Add SimplyTranslate as Google Translate alternative
- Added verified SimplyTranslate instances to translate.google.com redirects
- Chrome: simplytranslate.org, st.adast.dk, simplytranslate.ducks.party, simplytranslate.aketawi.space
- Firefox: Same instances added with proper path handling
- Complements existing Lingva instances for translation privacy
- All instances verified working via validation testing
2025-08-10 05:45:11 -04:00
chrome Add SimplyTranslate as Google Translate alternative 2025-08-10 05:45:11 -04:00
firefox Add SimplyTranslate as Google Translate alternative 2025-08-10 05:45:11 -04:00
.gitattributes Initial commit 2025-03-15 15:10:27 -04:00
.gitignore Merge PR #24: Fix save button position 2025-08-09 21:57:45 -04:00
example.gif create gif 2025-03-15 15:51:51 -04:00
LICENSE Initial commit 2025-03-15 15:10:27 -04:00
options_First_Frame.png Add options_First_Frame.png thumbnail 2025-04-28 08:03:35 -04:00
README.md Major expansion: Add 3 new services + updated instances (#30) 2025-08-09 22:59:07 -04:00

Privacy Please is a browser extension that automatically redirects users from major websites to privacy-respecting frontend alternatives. Instead of feeding surveillance capitalism, you get clean access to content without tracking, ads, or engagement profiling.

Enabling/disabling specific sites and changing instances (Youtube video👇🏻)

Watch How to Enable/Disable Sites


Comparison Before and After

Privacy Redirect

🔒 What It Does

When you navigate to sites like YouTube, Reddit, Twitter/X, or Google, the extension intercepts the request and redirects you to an open-source frontend. Same content, zero tracking.

Examples:

  • YouTube → Invidious
  • Twitter/X → Nitter
  • Reddit → RedLib
  • Google Search → SearXNG
  • TikTok → ProxiTok

The extension supports multiple frontends for each service. You can pick your preferred instance or disable redirection for specific platforms entirely.


Features

  • Seamless redirection from centralized platforms to FOSS frontends
  • User-configurable instance selection per service
  • Enable/disable individual redirect rules from the UI
  • Lightweight and fast — no telemetry, no bloat
  • Open-source under AGPL-3.0

🔧 Supported Frontends

Original Site Privacy Frontend Example Instance
YouTube Invidious https://yewtu.be
Twitter/X Nitter https://nitter.net
Reddit RedLib https://safereddit.com
TikTok ProxiTok https://tok.artemislena.eu
Instagram Proxigram https://proxigram.lunar.icu
Google Search SearXNG https://search.disroot.org
Medium Scribe https://scribe.rip
Facebook Mobile site https://m.facebook.com
StackOverflow AnonymousOverflow https://code.whatever.social
Tumblr Priviblur https://pb.bloat.cat
Twitch SafeTwitch https://safetwitch.drgns.space
IMDb LibreMDB https://libremdb.iket.me
Quora Quetre https://quetre.iket.me
Google Translate Lingva Translate https://lingva.ml
and more...

🚀 Installation

🦊 Firefox

Firefox Addons: https://addons.mozilla.org/en-US/firefox/addon/privacy-please/

  1. Download the .xpi file from the Releases section.
  2. Open about:debugging#/runtime/this-firefox
  3. Click "Load Temporary Add-on…" and select the manifest.json inside the extracted folder

Permanent installation will be available via addons.mozilla.org once approved.


🧩 Chrome / Chromium

Chrome Store: https://chromewebstore.google.com/detail/privacy-please/pelceacokglomngpmedefbnlmmmpnlea

  1. Download the ZIP from the Releases
  2. Extract it somewhere on your disk
  3. Open chrome://extensions and enable Developer Mode
  4. Click Load Unpacked and select the extracted folder

Web Store submission is pending approval. Once live, users will be able to install it directly.


🛡️ Why This Matters

Most modern websites aren't just content platforms — theyre surveillance machines. Even without logging in, youre being profiled. This extension bypasses the platforms frontend entirely, reducing your exposure to:

  • Tracking cookies
  • Behavioral analytics
  • Fingerprinting
  • Ad targeting
  • UI dark patterns

Instead of patching the surveillance model, this extension replaces it at the source.


🔊 Announcement Video

Watch the Announcement Video


🧪 Development

Want to modify the rules or extend support to new services? All the redirection logic is stored in rules.json. You can edit it directly and rebuild the extension locally.