Using uBlock Origin, you can add your own filter. This filter will block any post with the text “Elon Musk” (not case sensitive), modify as needed.

lemmy.world##div.post-listing:has(span:has-text("/elon musk/i"))

div.post-listing is the element to block
:has(args) returns elements where args evaluate to true
span is the element with the title text
:has-text(needle) returns the element if it has the next needle, supports regex with \needle\ and remove case sensitivity with i

Read more here: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters

  • Gormadt
    link
    English
    166 months ago

    His cars really suck, the amount of build quality problems on those cars is way too high for a car that costs as much as it does

    • FaceDeer
      link
      fedilink
      66 months ago

      And that’s something that can be discussed entirely without jumping to “Elon Musk says bad things about people.”