I don’t think the web ui has the keyword block function, but some lemmy apps seem to. I couldn’t find it on the web ui atleast.
Comment on How can users avoid bad content on Lemmy (particularly rule breaking or illegal comments/posts?
CaptDust@sh.itjust.works 1 year ago
Lemmy can block words, communities, or entire instances, if you know what your blocking for. Often illegal or excessive content will get reported by other users who browse new before it hits hot. But without forcing everything posted under a moderator review first, I’m not sure you could achieve perfect preemptive filtering.
Rob200@lemmy.zip 1 year ago
CaptDust@sh.itjust.works 1 year ago
Interesting, TIL keyword filtering is still a WIP, frontends are doing their own locally. Tesseract is available on lemmy.zip, it has filters but is a quite different experience.
Open request @ github.com/LemmyNet/lemmy/issues/3710
ContrarianTrail@lemm.ee 1 year ago
You can block posts, not comments with uBlock origin by using a custom filter
lemmy.zip##div.post-listing:has(span:has-text(“/musk/i”))
AsudoxDev@programming.dev 1 year ago
Lemmy does not support blocking posts, users, instances, communities or comments natively. That is a client sided feature of Voyager.
CaptDust@sh.itjust.works 1 year ago
Huh I see, but I wonder it appears to sync with the website? Is this coordinated outside the lemmy server?
Image
AsudoxDev@programming.dev 1 year ago
I don’t know. But Lemmy does not block based on keyword natively. You can just add them manually, but no automatic blocking is possible yet.