I remember seeing a post on lemmy blocking posts with certain words on firefox (and its derivatives) with ublock origin.
Open My filters tab in ublock origin extension settings.
To block posts with word random on lemmy.ml, add this to text field lemmy.ml##div.post-listing:has(span:has-text("/random/i"))'.
i after random/ matches case insensitively.
I remember seeing a post on lemmy blocking posts with certain words on firefox (and its derivatives) with ublock origin.
My filters
tab in ublock origin extension settings.random
onlemmy.ml
, add this to text fieldlemmy.ml##div.post-listing:has(span:has-text("/random/i"))'
.i
afterrandom/
matches case insensitively.