Earlier quoted context omitted.
That reminds me.. On macOS, the default application to open files with the .html extension is Safari, which I found is impossible to change. A tiny thing but it still makes me angry that someone at Apple intentionally removed my ability as a user.
You might want to check again. I just checked and mine is set to (and works with) Chrome. Right click an HTML file and click "Get Info". Then look for the "Open With:" section and select your prefered browser. Then click the "Change All.." button. I just tested this with `echo "Hello World" > test.html` and then double-clicked it in Finder and it opened in Chrome.
Request for comments regarding topics to be discussed at Dark Patterns workshop
441–450 of 542 posts
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#442A 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
#443Earlier quoted context omitted.
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.
IIRC didn't Apple or Google start banning apps that did this?
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#444Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#445Earlier quoted context omitted.
I'm so thankful for the Reddit redesign, I had a serious problem spending way too much time on that site. Now it's almost completely unusable.
So is letting you know about old.reddit.com a bad thing?
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#446They also use bait and switch by displaying per-month pricing, but then in fine print charge users the full term all at once.
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#447Earlier 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.
For uBlock Origin, go to the Dashboard, Filter lists tab, and look at the Annoyances lists.
Both Fanboy’s Annoyances and EasyList Cookie include ##.js-consent-banner, which deals with Stack Overflow’s huge obnoxious banner.
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#448DoorDash and all food delivery apps jack up prices and pretend you're not paying extra for delivery.
Re: Request for comments regarding topics to be discussed at Dark Patterns workshop
#449Slack 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
#450I'd consider a dark pattern links to terms of use, privacy policies etc. which are not on the same page, which are easy enough to not read before agreeing and which are written in a way which could be misunderstood.
If something is important, it should be presented in a way which would leave little to the chance of not getting the information - it should be unimportant to be able to avoid it.
On the other hand, the paper version of that is widely used as well, so I don't hold my breath.