Since feddit.ch is shutting down on 31/3/24 I’ve moved to @[email protected].

  • 62 Posts
  • 83 Comments
Joined 2 years ago
cake
Cake day: September 2nd, 2023

help-circle




















  • I really wish people would stop whining in the comment sections every time they see an article about Elon Musk and take some initiative to solve their own problems. Open uBlock Origin and add a damn filter. Adjust to your home instance:

     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

    Source via lemmy.world

    Edit: lol of course this was instantly downvoted. Because these kinds of people don’t actually want Elon Musk out of their feeds, they just want to complain.








  • https://www.reddit.com/r/ModSupport/comments/17vbyr8/whoa_there_pardner_error_message/

    Text:

    Hey all!

    It looks like most of you had difficulty reaching the site for about 5 minutes, but those issues should have subsided.

    During that time, you may have been shown an incorrect error message that read:

    Whoa there, pardner! reddit's awesome and all, but you may have a bit of a problem.
    
    Make sure your User-Agent is not empty, is something unique and descriptive and try again. if you're supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.
    

    To share some additional context on what happened - we pushed a bad code change in our tooling that resulted in a significant amount of users getting blocked without doing anything wrong. So if you happened to see that error message within the last hour, don’t fret! We’ve reverted the code change that caused this error and things should be back to normal very soon if they aren’t already.