I haven't found a tutorial for this anywhere online. And since I did this to my board using anonym.to custom code to implement it, i thought I would share it with the community. Go to AdminCP>Look & Feel>Your Default Skin>Manage Templates & CSS Edit the globalTemplate Find: </body>Add Before: <script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script><script type="text/javascript"><!--protected_links = "yoursite.com";auto_anonymize();//--></script>Edit yoursite.com with your site. Example: <script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script><script type="text/javascript"><!--protected_links = "webflake.net";auto_anonymize();//--></script>And all URLS/Links will be anonymized with anonym.to before the link, all links but webflake.net. You need to change webflake.net, to your site.