this post was submitted on 03 Aug 2023
94 points (75.0% liked)

AssholeDesign

7424 readers
1 users here now

This is a community for designs specifically crafted to make the experience worse for the user. This can be due to greed, apathy, laziness or just downright scumbaggery.

founded 1 year ago
MODERATORS
 

The amount going to Humble is the most, even the the Humble slider is the lowest.

you are viewing a single comment's thread
view the rest of the comments
[–] betterdeadthanreddit 3 points 1 year ago (1 children)

Now you've got me wondering whether a client-side change would work to unlink the sliders and set them all independently. Could just be sending one value (the Humble slider's position with the other two determined by splitting the remaining percentage) but if all three values are submitted and pass whatever validation takes place on the server, this could be fixable. No argument that it's a shitty design though.

[–] [email protected] 3 points 1 year ago

You could check your browser’s dev tools network tab and inspect the request. There isn’t much “hacking” you can do here though. If you send a low enough total amount, you just won’t get the games. If you send a higher total amount, you’ll get charged for it. This interface comes before the checkout proper.

It would still be interesting to get some insight on how this works though.