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

  • @octoperson
    link
    English
    26 months ago

    I’m often reminded of a SpaceX render they put up on the 'Tube back when they were still working out the reusability thing. Commenters had a lot of questions about how the particular flight plan impacted on their fuel budget. And so, Elon himself waded in with the answers. Except he was talking about the dollar price it cost to buy the fuel. He was like ‘why are you worried about fuel, it’s not that expensive, guys’ because he didn’t understand the questions. He didn’t understand why the amount of fuel and the mass of the fuel would be significant to anybody. Guys, I think he doesn’t understand the rocket equation. He doesn’t understand the central problem of rocketry. I think the guy might be full of it.