Unable to load image
Reported by:

[:real:] Tired of @CREAMY_DOG_ORGASM's username bullshit? Try this custom CSS :turtoiseshush:

a.user-name.text-decoration-none[href="/@CREAMY_DOG_ORGASM"] > span, .replying-to-21238 {
    font-size: 0px;
    padding: 0 !important;
}
a.user-name.text-decoration-none[href="/@CREAMY_DOG_ORGASM"]:after, .replying-to-21238:after {
    content: "CREAMY_DOG_ORGASM";
    font-size: 12px;
}

Put this in your custom css

Β 


Update:

This one works on tables in things like leaderboard, votes, ping group memberships, etc so replace the previous one with this

a[href="/@CREAMY_DOG_ORGASM"] > span, .replying-to-21238 {
    font-size: 0px !important;
    padding: 0 !important;
}
a[href="/@CREAMY_DOG_ORGASM"]:has(span):after, .replying-to-21238:after {
    content: "CREAMY_DOG_ORGASM";
    font-size: 12px;
}
34
Jump in the discussion.

No email address required.

!commenters

:#siren: πŸ”₯ NEW UPDATE JUST DROPPED πŸ”₯ :#siren:

Jump in the discussion.

No email address required.

!commenters

Here it is if you can't copy/paste from OP. Updated and fixed

a.user-name[href="/@CREAMY_DOG_ORGASM;"].replying-to-21298 {
    font-size: 0px;
    padding: 0 !important;
} a.user-name[href="/@CREAMY_DOG_ORGASM;"]:after, .replying-to-21238:after {
    content: "CREAMY_DOG_ORGASM;";
    font-size: 12px;
} a[href="/@CREAMY_DOG_ORGASM;"], .replying-to-21298 {
    font-size: 0px;
    padding: 0;
} img {position: fixed;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;content:url("https://i.rdrama.net/images/16841304057116618.webp")}
a[href="/@CREAMY_DOG_ORGASM;"]:, .replying-to-21298:after {
    font-size: 12px;
}
Jump in the discussion.

No email address required.

Wait, you're supposed to use both? I thought you had to remove the old and copy paste in the updated one

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.