----
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:
<a class="ul" href="https://freebitco.in/?r=35065471&tag=fs">...</a>
is now this:
<a rel="ugc" class="ul" href="https://freebitco.in/?r=35065471&tag=fs">...</a>