Unable to load image
Reported by:
  • fsa : :marseytrans2:
  • Tho : idk i just wanted to report this :marseywave2:

How to block unblockable posts using site CSS (simple copy-paste)

Go here: https://rdrama.net/settings/css

Paste the following in the custom CSS for the site:

.actual-post:has(.user-name[href^="/@Sneedman" i]) { display: none; }

The 'i' makes it case insensitive. If you know CSS, feel free to post a way to block comments.

!codecels

46
Jump in the discussion.

No email address required.

.comment:has(a[href="/@username"]) {
  display: none
}

This will remove entire threads containing the user's comments, but I see that as a feature

Jump in the discussion.

No email address required.

Yeah, I reached the same method, but decided against it. Figuring out how to block posts took me about 5 minutes, but couldn't find a solution to only block someone's comment and any child comments, but not parent comments. I don't know CSS.

Jump in the discussion.

No email address required.

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