View Single Post
Old 02-20-2019, 04:40 PM  
drexl
Whale Hunter
 
drexl's Avatar
 
Industry Role:
Join Date: Jan 2016
Posts: 937
Quote:
Originally Posted by Acepimp View Post
Thanks for the reply, Drexl! I see that this model Amber is linking to a custom domain 'amberlaray.com' and that domain redirects to her CB affiliate link. The white label didn't remove her custom link, so in this situation I think you may be right.
In this case there is no whitelabel involved, just a domain name with a permanent redirect to cb affiliate link.

Quote:
Originally Posted by Acepimp View Post
I tried your css code but it removes all the images from profiles, even when they don't link to anything. Is there a way to strip outbound links but leave the images intact?
Yes sir, here is some code that will preserve the non-clickable images:

Code:
a[rel="nofollow"], a[rel="nofollow"] img {
visibility:hidden;
}
Note that in this case some broadcasters will be able to post images with "instructions", if you know what I mean

The code is provided as a starting point to help solve a shared issue. I don't have authority and it can surely be improved/modified by yourself or others.

__________________
drexl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote