this post was submitted on 03 Aug 2023
95 points (75.1% liked)
AssholeDesign
7562 readers
398 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.