Comment on is there a way to block posts via keyword?
Thorny_Insight@lemm.ee 1 year ago
I haven’t tried this myself but but you should be able to do it by creating custom rules on your adblocker
Example:
lemmy.world##.d-sm-block.d-none > .row:has-text(Blockchain)
lemmy.world##.d-sm-block.d-none > .row:has-text(ChatGPT)
ThisIsNotHim@sopuli.xyz 1 year ago
Has-text is case sensitive. Adding / before the keyword and /i after will set it to case insensitive.
Example:
You can also use | to add multiple keywords to the filter.
Example: