Running on UE5
(media.scored.co)
You're viewing a single comment thread. View all comments, or full comment thread.
Comments (61)
sorted by:
There needs to be third party APIs that basically symbiote over stuff and make it custom.
Like, "I don't want any titled to be recommended to me that feature a same-sex couple family" and presto, any services you run Netflix, Disney+ etc it nukes it from your feed so you don't even see it.
Or "Block all ads with black people"
It would be hilarious.
If you know what you're doing you could use the steam api to manage your ignore list with a bit of data analysis and python.
Steam lets you just filter out LGBTQ+ tagged stuff from even showing up. If you explicitly search such a game by name, steam will tell you it was filtered and offer to show it to you anyway. And it won't hide anything you already bought, just keep this crap from getting tossed in your face by the storefront.
Unfortunately I don't know what I'm doing but I would love to learn. Wouldn't even know where to begin.
You have any coding background at all? If so, python is super easy to pick up. The steam api is well documented online and let's you interact with your own account in almost all the ways you can with the steam client itself. Also, it doesn't have to be python, but I'm biased as it's what I use for my job anyway.
I don't know if I would consider it coding but HTML and CSS.