i am going to go insane if I see another Elon Musk post.

please tell me there is a way to block via keyword.

  • ThisIsNotHim@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    8 months ago

    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)