Strip the HTTP Referer header before the user reaches their destination. The target site sees no origin — just an anonymous redirect.
When a browser follows a link, it sends an HTTP Referer header telling the destination site where you came from. A dereferer is a redirect page that interrupts this — the browser follows your link to Anonymiz first, and Anonymiz forwards the user onward without any referrer attached.
Webmasters won't see your site in their server logs as the traffic source.
Ideal for forums, blogs, or boards linking to external sites.
One JS snippet anonymizes every external link on your page automatically.
The dereferer page uses a <meta http-equiv="refresh"> or server-side redirect, both of which cause the browser to navigate without carrying forward the original Referer header. The destination site sees the Anonymiz URL — or nothing at all — as the referrer.
Dereferer by Anonymiz is 100% free. No account required, no rate limits, no cost to site owners or end users.