Link Tools Dereferer Hide Referrer Link URL Shortener Affiliate Cloaker PayPal Links PayPal DonationPayPal Links Privacy Tools Password Generator Cloudflare Resolver My Referrer Torrent Tools Magnet → Torrent Torrent → Magnet Torrent Editor Pirate Bay Proxies Movierulz Proxies ExtraTorrent Proxies Dev Tools Base64 Encoder Hash Generator HTTP Headers Disposable Email Checker Company Blog About Us Contact Anonymize Free
Webmaster Tools

Install Anonymiz on Your Site

Three ways to anonymize all outbound links on your website automatically. Copy one snippet and paste it before </body>.

Method 1 — JavaScript Snippet (Recommended)

Auto-anonymizes every outbound link on your page. Works on any site — WordPress, forums, HTML.


        
      
The script is served from https://anonymiz.com/js/anonymize.js — it automatically uses your site URL so redirects go through Anonymiz.

Method 2 — PHP Function

Use in PHP templates to wrap individual links server-side.

<?php
function anonymize_url($url) {
    return 'https://anonymiz.com/?' . rawurlencode($url);
}

// Usage:
echo '<a href="' . anonymize_url('https://example.com/page') . '">Visit</a>';
?>

Method 3 — Single Link Format

Manually wrap any individual URL. Just prepend the anonymizer.

Anonymous link
https://anonymiz.com/?https://example.com/any-link
CMS & Forum Plugins

Platform-specific integrations

Download ready-made plugins for popular platforms.

WordPress Plugin

Anonymizes all outbound links in posts, pages and comments automatically.

Download ↗

MyBB Plugin

Wraps all external links in MyBB forum posts through the anonymizer.

Download ↗

XenForo Addon

XenForo addon that anonymizes outbound links across your forum.

Download ↗

Browser Extensions

Chrome and Firefox extensions — anonymize links with one click while browsing.

Chrome ↗ Firefox ↗
Done!