View Single Post
Old 02-24-2019, 08:15 AM  
drexl
Whale Hunter
 
drexl's Avatar
 
Industry Role:
Join Date: Jan 2016
Posts: 930
Thank you for the replies guys! Everything seems fine then.

This might be marginally useful and less restrictive than previous codes:

- leaves outbound links visible but render them unclickable
Code:
a[rel="nofollow"], a[rel="nofollow"] img {
  cursor: not-allowed;
  opacity: 0.9;
  pointer-events: none;
}

- hides unnecessary affiliate links (only works if there's no redirect)
Code:
a[href*="mpaig"], a[href*="mpaig"] img {
  visibility:hidden;
}
(you can combine both above)


I am not sure if you can combine the power of whitelabel customization with planting an affiliate chaturbate cookie: is a customer cookied against chaturbate.com when coming from whitelabel.chaturbate.com ?

Good luck everyone!
__________________
drexl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote