[Tutorial] How to make all links going out use Anonym.to

nudu

New Member
I was searching this forum for how to get anonym.to to randomize and redirect my links, little did I know I was in the wrong place. But, now, people searching here for this service will be in the right place.

The first step, is to go into your Admin CP, then Search in Templates for the phrase "</body>" without the quote tags.

Open the template for the style you wish to modify that comes up, find the entry "</body>" (again without the quote" tags), then right before, add this code:

Code:
<script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>

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

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

That's it!!

If it stops working, which it shouldn't, that means there has been a major code update. In which case, just go to anonym.to, and scroll down to where it says "Script to anonymize all the links on your homepage or board"

Enjoy!
 
Top