Sandwich Artist to Ask [email protected] • 3 months agoWhich lemmy apps have keyword filtering?message-square8fedilinkarrow-up14
arrow-up14message-squareWhich lemmy apps have keyword filtering?Sandwich Artist to Ask [email protected] • 3 months agomessage-square8fedilink
minus-square@[email protected]linkfedilinkEnglish2•edit-23 months agoYou can do it on browser too by using an adblocker and adding custom filters. For hiding threads: feddit.uk##div.post-listing:has(span:has-text("/trump/i")) For hiding comments: feddit.uk##article.comment-node:has(div.comment-content:has(p:has-text(/trump/i))) Naturally you also need to change the instance name to that of your’s.
You can do it on browser too by using an adblocker and adding custom filters.
For hiding threads:
feddit.uk##div.post-listing:has(span:has-text("/trump/i"))
For hiding comments:
feddit.uk##article.comment-node:has(div.comment-content:has(p:has-text(/trump/i)))
Naturally you also need to change the instance name to that of your’s.