• wizardbeard@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 hours ago

    B-b-but don’t you know that if you filter content on a social media website, you’re literally condoning every bad thing ever and perpetuating every problem in the world and you will be completely unaware of any news at all because you didn’t come to it through social media?

    Now that bullshit is out of the way, do you know any place on Lemmy or Piefed that people are sharing these filters? Feels like we’re coming up on another season where they’ll be put to the test.

    • eleijeep@piefed.social
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      10 hours ago

      I use piefed which has built-in keyword filters, so there’s not really any point sharing them because it’s just a list of keywords.

      If you want to get the same thing on the lemmy frontend then I used to use a uBO custom filter that looked something like this:

      lemmy.dbzer0.com##.post-listing:has(.post-title:has-text(/trump|elon|musk/im))  
      lemmy.dbzer0.com##.post-listing:has(.card-text:has-text(/trump|elon|musk/im))  
      lemmy.dbzer0.com##.post-listing:has(.card:has-text(/trump|elon|musk/im))  
      

      I changed the hostname to your instance, but I’ve never tested it there. It might work if the page layout is not too different from the lemmy default.