Results 1 to 2 of 2

Thread: Link Anonymizer

Threaded View

  1. #1
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m

    Link Anonymizer

    After reading (you need an account to see links), I think it would be a good idea to implement referrer-cleaning for hyperlinks found on the forum. Using a service like (you need an account to see links) removes the referrer header value when visiting other pages. There is a vBulletin addon that anonymizes links on a page, found (you need an account to see links). Or it's as simple as adding this javascript to each page (ie header/footer)
    Code:
    <script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>
    
    <script type="text/javascript"><!--
    protected_links = "";
    
    auto_anonymize();
    //--></script>

  2. The Following 15 Users Say Thank You to Zachafer For This Useful Post:

    Anni (06-19-2013),Attack (06-18-2013),Bettser (06-22-2013),Drizzy (06-23-2013),I_royalty_I (06-18-2013),j03 (06-18-2013),Jager (06-18-2013),John (06-18-2013),Lilac Tentacles (06-18-2013),Maditude (06-19-2013),Maki (06-18-2013),Miri (06-18-2013),neomaster (07-07-2013),Whispers (06-18-2013),wrath (06-18-2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •