#readd the for usernames because discord

1 messages ยท Page 1 of 1 (latest)

untold charm
#

@vivid bane this adds it to this pop-up too

:is([class*="userTagUsernameBase"], [class*="username"][class*="discriminator"])::before {
    content: "@";
}```
vivid bane
#

oh thanks

untold charm
#

๐Ÿ‘_ _

#

if i somehow find any other instances i'll add them

vivid bane
#

๐Ÿ’€

untold charm
#

i found another instance

#

oh wait i forgot to update proof

#

wait i am just thought i was finished when i was not lol

#
:is(
        [class*="userTagUsernameBase"],
        [class*="username"][class*="discriminator"],
        [class*="nameTag"]
            [class*="subtext"]:has([class*="hoverRoll"])
            [class*="hovered"],
        [class*="nameTag"] [class*="subtext"]:not(:has([class*="hoverRoll"]))
    )::before {
    content: "@";
}
#

i did :3

#

the new things i added are in respect to with and without a status
i feel like there is a better way to do it, but this worked so lol

#

every time i add another instance, i find another
husk

vivid bane
#

lmao

untold charm
#

it never did it like that lol

#

oh well

untold charm
#

they were never like that

#

ironically too, i used you as an example

vivid bane