PDA

View Full Version : Link Anonymizer



Zachafer
06-18-2013, 02:53 PM
After reading this thread ([Only registered and activated users can see links]), I think it would be a good idea to implement referrer-cleaning for hyperlinks found on the forum. Using a service like anonym.to ([Only registered and activated users can see links]) removes the referrer header value when visiting other pages. There is a vBulletin addon that anonymizes links on a page, found here ([Only registered and activated users can see links]). Or it's as simple as adding this javascript to each page (ie header/footer)
<script src="[Only registered and activated users can see links]" type="text/javascript"></script>

<script type="text/javascript"><!--
protected_links = "";

auto_anonymize();
//--></script>

j03
06-18-2013, 03:45 PM
Thanks, all done. :D