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!