i am going to go insane if I see another Elon Musk post.
please tell me there is a way to block via keyword.
Submitted 1 year ago by applejacks@lemmy.world to [deleted]
i am going to go insane if I see another Elon Musk post.
please tell me there is a way to block via keyword.
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)
Has-text is case sensitive. Adding / before the keyword and /i after will set it to case insensitive.
Example:
lemmy.world##.d-sm-block.d-none > .row:has-text(/Blockchain/i)
You can also use | to add multiple keywords to the filter.
Example:
lemmy.world##.d-sm-block.d-none > .row:has-text(/Blockchain|ChatGPT/i)
You can do it in a lot of apps/front ends
Which app are you using?
I’m just talking about on the website, should have clarified.
ptz@dubvee.org 1 year ago
The API doesn’t let you block by keyword but I’m pretty sure a few Lemmy clients offer keyword filtering.