Am I the only one who thinks its crazy it has taken them this long to do anything about this? This has been a real problem for well over 20 years. Anyone else remember internet explorer toolbars? So many installers would include these, and avoiding installing them became progressively more difficult over time. They started with a simple checkbox that was enabled by default (bad enough if you ask me), then progressed…
Request for comments regarding topics to be discussed at Dark Patterns workshop
401–410 of 542 posts
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#402Earlier quoted context omitted.
This was driving me crazy too, turns out that my adblocker was breaking the consent box. Clicking “Accept” didn’t do anything.
The trick there is to use your adblocker to pick the consent box and hide it, and then edit the custom rule to apply to every site.
##.js-consent-banner
##.js-dismissable-hero
in your filter config does it.Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#403If not, I hope people realize that they should probably comment on regulations.gov site as well.
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#404Slack has a fun dark pattern - they purposefully remove functionality from their web app to make you install their native app. The web app has a workspace switcher sidebar, but it only appears on ChromeOS, where you can't install the native client. https://webapps.stackexchange.com/questions/144258/slacks-we...
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#405Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#406The worst one is probably trying to make it hard for users to stop paying for a service, like cancelling a subscription. That shit should be punishable by literal prison time.
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#407Leave it to the federal government to utilize three dark patterns on a website soliciting feedback on the very subject.
sigh
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#408Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#409A common one is fake consent popups for system notifications. Websites need to ask for consent before sending system notifications via the Notifications API. If a user declines, that website is blocked from asking again (for obvious reasons) But many websites cheat this by showing a fake consent popup designed to mimic what the browser would show. If a user clicks "Decline" on the fake popup, the website won't show t…
A similar one is asking you to rate the app via the native modal (which does nothing) and if you rate with 5 stars they redirect you to the app store to vote there (where it counts). If you rate them with 1-3 stars they prompt you to leave feedback instead.
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#410One example for sure is the endless CAPTCHAs you receive on virtually any large website when you attempt to connect from TOR. Each time you solve one it takes forever just to complain about how you spending several minutes selecting every 'light' suddenly isn't good enough to prove your humanity. You're not "checking if I'm human" 60 times in a row, you're blocking me for not wanting to be tracked on your website.