forumlinks

Test script

You can test the anonymity script in the following. When you click on "Anonymise external Links!", the external links will be replaced by their anonymous version, so when you click on them no referer will be transmitted.


External Links:
Google.de Google.com

Anonymise Forums

Privatelink.de privedes you a Javascript, that you can use to automatically make all the links in your website or forum to be anonymous. Just put the following code at the end of the body tag of the page.

<script src="//www.privatelink.de/js/autoanonymize.js" type="text/javascript"></script>
<script type="text/javascript"><!--
/* Use regular expressions in order to prevent certain URLs to be anonymized! 
Examples:
----------var protected_links = new Array("http://www.google.de");
------ or
----------var protected_links = new Array(".*google.html", "^http://www.somedomain");
*/
var protected_links = new Array();
auto_anonymize;
//--></script>