applejacks@lemmy.world to No Stupid Questions@lemmy.world · 2 years agois there a way to block posts via keyword?message-squaremessage-square14linkfedilinkarrow-up164arrow-down16file-text
arrow-up158arrow-down1message-squareis there a way to block posts via keyword?applejacks@lemmy.world to No Stupid Questions@lemmy.world · 2 years agomessage-square14linkfedilinkfile-text
i am going to go insane if I see another Elon Musk post. please tell me there is a way to block via keyword.
minus-squareThorny_Insight@lemm.eelinkfedilinkarrow-up5·2 years agoI 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)
minus-squareThisIsNotHim@sopuli.xyzlinkfedilinkEnglisharrow-up4arrow-down1·2 years agoHas-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)
I haven’t tried this myself but but you should be able to do it by creating custom rules on your adblocker
Example:
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: