A web service to protect your privacy online by removing known trackers from outgoing links before redirecting.
⚠️ The project is no longer live; feel free to self-host if you want to use this.
Protect your privacy on any website.
Install the script in your website to protect the privacy of your visitor.
<script src="https://privacydir.com/app/script.js"></script>
Please send PR to:
- Add a known tracking query string or fragments in the tracker rules. Any change will be published in crates.io as
tracking-params
. - Improve the performance of the web service. This application is the backend and uses the
tracking-params
crate. - Contribute to the landing page design.
If a site is broken then it's likely because it depends on the referrer to function properly (what a nightmare!). In this case you can add this domain to the global allow list here. In the future this list can be managed from the extension itself.
Please create a new issue in Github or submit your feedback using this form.
This service is meant to protect- not invade your privacy. It doesn't track your browsing history. The source code is public as a proof.
- Browser Extension (Firefox: Released and maintained, Chrome: WIP)
- Tracing using honeycomb to monitor performance (broken)