What exactly moves? I'm looking at the banner at the top, and nothing moves when I hover over the "Define settings" or "Accept all" buttons, or any of the text links in the banner (in Chrome, Linux).
Edit: turns out it only swaps under some conditions, according to the prettied code here [1]. One of those conditions is having a touch screen, which my laptop does.
I do not. They animate (fading a little bit), but they don't swap, even after a bunch of page reloads. Turns out the swap is disabled if you have a touch screen.
Funny enough he went through the trouble to make sure tabbing works, and that the bottom url indicator is readable. If you tab to "Define Settings" you can in fact disable analytics, and "Accept All" changes to "Accept".
It's possible to "catch" the Define Settings button by moving the mouse back and forth with the right timing. eg starting left, going right and immediately back.
I take it to mean he's weak in this area. It's never cool to do stuff like this, unless it's a joke or a troll. I have he extension "I don't care about cookies" installed and he doesn't seem to know how to make it easy if we don't care about cookies.
I don’t understand your complaint. This is just like every newspaper website, just slightly more obvious about what they want to make you do. Heck, the “manage cookies” button isn’t in some tiny, unreadable pale gray, so this is probably a less tricky design than most.
I take it some aren't seeing the button move out from under them, like a deceptive trick. JavaScript disabled? I can assure, every other newspaper site doesn't do this.
No, I’m seeing it. It’s just less scummy than the average website because they admit to trying to trick you into accepting tracking, instead of using every dark pattern in the book for more advertising dollars.
There are so many delicious cookies in Germany, there's no reason not to accept them all (e.g. zimtsterne, Nürnberger lebkuchen, springerle, pfeffernuss, bethmännchen, aachener printen, ...)
I think it's a glitch / unintentional. First, hover over the buttons. Then try widening your browser window from 800px to 1600px in chrome. Then back down to 800px. Do it slowly. You'll see that button position swap regardless whether you hover or not.
Also, when I click the link for refuse-cookies, then reload the page, it doesn't show the banner again, meaning it remembered me despite disallowing the use of cookies.
Looking at the full cookie consent drop-down in a private browser, it shows a category "basic" cookies that you can't reject (even with the "reject" link, which it describes as being:
>Tools that enable essential services and features, including identity verification, service continuity, and site security; this option cannot be denied.
Hm ... it still feels like he uses a more expansive definition of "essential services" than I do. What if I don't even want him to remember anything about me, so he has to ask again? Don't I have the right to ask for that one cookie to be deleted that remembers this one consent?
I know, that would make the site even more annoying, but I do feel a tad confused -- can anyone comment on this?
The only cookies of this website are (and no local storage or anything):
cc_hide_prompt:"1", which is there for the cookie prompt itself to function, and:
cc_accepted_providers:"analytics,dummy_group_1", which doesn't contain any other info than that, no unique tracking codes
Why is this web developer even adding cookies at all here, given that there doesn't seem to be anything of value in them (unless the dummy group thing is valuable), and the prompt makes the website look worse?
EDIT: correction, when visiting the blog, more cookies appear
Likely just a demonstration of this quirk for fun, and I imagine it's good conversation for interviews in case the interviewer took a look at their website beforehand.
28 comments
[ 2.7 ms ] story [ 79.4 ms ] threadEdit: turns out it only swaps under some conditions, according to the prettied code here [1]. One of those conditions is having a touch screen, which my laptop does.
[1] https://news.ycombinator.com/item?id=29753092
To me, all this cookie consent is just a stupid game. This one is at least fun.
Made me chuckle, though. And to be fair there is an option to "Decline Cookies" - which doesn't move.
Funny enough he went through the trouble to make sure tabbing works, and that the bottom url indicator is readable. If you tab to "Define Settings" you can in fact disable analytics, and "Accept All" changes to "Accept".
https://news.ycombinator.com/item?id=29753032
I take it to mean he's weak in this area. It's never cool to do stuff like this, unless it's a joke or a troll. I have he extension "I don't care about cookies" installed and he doesn't seem to know how to make it easy if we don't care about cookies.
https://www.amazon.ca/dp/B0061BPM2S
Also, it doesn't happen in smaller viewport.
Erm. A browser released in April of this year is outdated?
https://chromereleases.googleblog.com/2021/12/stable-channel...
https://chromereleases.googleblog.com/2021/12/stable-channel...
https://chromereleases.googleblog.com/2021/11/stable-channel...
Looking at the full cookie consent drop-down in a private browser, it shows a category "basic" cookies that you can't reject (even with the "reject" link, which it describes as being:
>Tools that enable essential services and features, including identity verification, service continuity, and site security; this option cannot be denied.
Hm ... it still feels like he uses a more expansive definition of "essential services" than I do. What if I don't even want him to remember anything about me, so he has to ask again? Don't I have the right to ask for that one cookie to be deleted that remembers this one consent?
I know, that would make the site even more annoying, but I do feel a tad confused -- can anyone comment on this?
cc_hide_prompt:"1", which is there for the cookie prompt itself to function, and:
cc_accepted_providers:"analytics,dummy_group_1", which doesn't contain any other info than that, no unique tracking codes
Why is this web developer even adding cookies at all here, given that there doesn't seem to be anything of value in them (unless the dummy group thing is valuable), and the prompt makes the website look worse?
EDIT: correction, when visiting the blog, more cookies appear