Anonymous redirect (hide referrer)

This tool creates an anonymous redirect link that tries to hide the HTTP Referer header using no-referrer. The destination site should not learn where you clicked from.

API usage (copy-paste for dummies): start with https://captchal.ink/d/ and then paste your full destination URL right after the slash. Example (already filled in below): https://captchal.ink/d/https://whatsmyreferer.com/.

TEST: with referer
Destination link (should show captchal.ink as referrer):
Open
TEST: without referer
Anonymous /d/ link (should hide referrer from destination):
Open

Important: we don’t store or log these link clicks anywhere. This page only generates a redirect link, and the redirect itself is instant. For additional privacy, the redirect endpoint (/d/) does not include analytics and does not print any visible content.

We will build the final link in the format: /d/<your full URL>. Then it redirects instantly with no-referrer.

Why this helps (privacy + tracking prevention)

  • Reduces “from where did the click originate” leaks via HTTP Referer header.
  • Useful for debugging redirects and testing privacy-friendly sharing flows.
  • Works with URLs containing ? (the generator automatically URL-encodes the destination inside the /d/ link).