So this is gonna come off as nitpicking, but it's not just yinz that do this so think of my issue as a chance to blaze the way in doing things the right way. Way too many sites store user client preferences as client browser cookies, instead of on the backend under a user database. The savvy web browser usually has cookies very much restricted and deletes them between sessions so website preferences stored as cookies are reset every session. I'd strongly argue that while EASIER to implement, cookie based user preferences are not the proper way to store client preferences. This comes up on here because of the "we want to do push notifications to your browser" notice that I've disabled more than once but always comes back.