Post
Topic
Board Meta
Merits 1 from 1 user
Re: What Are these spammers trying to do?
by
NotATether
on 04/01/2021, 01:59:38 UTC
⭐ Merited by Csmiami (1)
----
Does this make "hidden" links show the normal url colour even if they use the color BBcode? I've found a handful of these a few minutes ago, but weren't as hidden as they were before (the link colour mostly, but I dind't have time to check by quoting...). So either that has happened, or they are becoming extremely lazy

No it doesn't affect the display of styling of the link at all, it just adds rel="ugc" as a CSS property of the link. i.e. what used to be this:

Code:
<a class="ul" href="https://freebitco.in/?r=35065471&amp;tag=fs">...</a>

is now this:

Code:
<a rel="ugc" class="ul" href="https://freebitco.in/?r=35065471&amp;tag=fs">...</a>