Spyke

Posts

youshouldknow·You Should KnowbyFree_Thoughts

YSK: How to filter out posts and comments based on keywords

While this feature is available on many third-party apps, it’s not on the browser. However, since you’re already using an ad blocker, you can use it to filter out content as well.

To filter out posts with certain keywords, go to your custom filters and add this code. For example, to hide all posts containing the word “Elon”:

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

If your instance is something other than lemmy.world, just replace it with the correct domain.

To filter out comments, use this:

lemmy.world##article.comment-node:has(div.comment-content:has(p:has-text(/asshole/i)))

To add more keywords, simply duplicate the code and replace the keyword with another.

View original on feddit.uk
113
nostupidquestions·No Stupid QuestionsbyFree_Thoughts

Why isn't Putin receiving the same level of hate than people like Trump and Elon are?

I’d argue it’s an objectively true statement that, of all the people alive today, Putin has singlehandedly caused more death and suffering than anyone else. The gap between him and whoever is second is likely orders of magnitude. Yet, when I read discussions about him, Russia, or the war in Ukraine, I almost never see the kind of hateful, nasty, and mean comments directed at him that I regularly see aimed at Trump, Elon, or even ordinary Republican politicians. Why is that?

Bonus question: Why be so nasty about it in the first place? There’s nothing wrong with criticism, but I struggle to understand the need for such meanness. Even when I agree with the sentiment, reading comments like that feels toxic. It poisons my mind too. I don’t like being angry, and I avoid it for practical reasons as well. Anger clouds my judgment, and I think it does the same for others and thus should be avoided.

View original on feddit.uk
96

You reached the end