Jump to content
WebFlake

[How-To] Auto Anonymize all URLs [anonym.to]


thetechgenius

Recommended Posts

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.

Edited by thetechgenius
  • Upvote 4
Link to comment
Share on other sites

  • 1 month later...

Wouldn't it be a problem if in the rare occasion anonym.to was to go down, wouldn't that stop members clicking links on my site? 

 

Do you know if there is a way around this? Or would you just have to delete the coding again if you noticed the site was down?

 

Nice tutorial anyhow! :)

 

Thanks. 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...