Earlier quoted context omitted.
If "reasonably formatted" means CSS comes along for the ride, prepare for tracking pixels behind onhover rules, and on and on we go...
By reasonably formatted, I would actually exclude onhover. To clarify, I meant a document that would be readable without any interaction. You've got me wondering if privacy-focused browsers like Brave have the ability to disable potential tracking mechanisms like onhover.
Purge site data when site identified via old tracking cookies
41–50 of 135 posts
Re: Purge site data when site identified via old tracking cookies
#42So the next race is going to be pinging all these cookies to keep them alive
If you're privacy-minded, it's worth keeping an eye on these efforts, as some of them involve getting publishers to require a login and an email address or phone number from their users, then using that as the persistent identifier.
If that idea takes root, then we'll probably want to cancel accounts and avoid making new ones.
Re: Purge site data when site identified via old tracking cookies
#43I wouldn't mind going back to a JavaScript-less web experience. I know not all tracking is based on JS, but the browser provides so many heuristics this way: screen size, cursor location, installed plugins. Give me reasonably formatted HTML, and something a little bit more powerful than curl.
Perhaps create a new and separate Web, that's designed from the ground up to take into account the lessons of the past 25 years, and provide a more mellow experience? It would be an eternal niche, but it might be a nice, cozy little niche.
Re: Purge site data when site identified via old tracking cookies
#44Earlier quoted context omitted.
> Thing is, nobody ever said ad supported sites have to be viable. That's true, but if a site is not ad-supported, and "paywall" is almost an epithet (and circumvented to boot), how is any site supposed to remain viable?
Think of the poor buggy whip makers! Not every desirable activity in life is profitable. If your business plan is "make website -> get money" then perhaps you're in the wrong business.
Re: Purge site data when site identified via old tracking cookies
#45So the next race is going to be pinging all these cookies to keep them alive
Nah. The adtech people are already talking about persistent identification mechanisms to allow the same identification in the absence of third party cookies. If you're privacy-minded, it's worth keeping an eye on these efforts, as some of them involve getting publishers to require a login and an email address or phone number from their users, then using that as the persistent identifier. If that idea takes root, then…
Re: Purge site data when site identified via old tracking cookies
#46I wouldn't mind going back to a JavaScript-less web experience. I know not all tracking is based on JS, but the browser provides so many heuristics this way: screen size, cursor location, installed plugins. Give me reasonably formatted HTML, and something a little bit more powerful than curl.
Re: Purge site data when site identified via old tracking cookies
#47I wouldn't mind going back to a JavaScript-less web experience. I know not all tracking is based on JS, but the browser provides so many heuristics this way: screen size, cursor location, installed plugins. Give me reasonably formatted HTML, and something a little bit more powerful than curl.
> I wouldn't mind going back to a JavaScript-less web experience. My default policy is to not allow JS to run, so my experience is already mostly Javascriptless. And, I have to say, my user experience on most web sites is actually better when I don't allow Javascript to execute.
Back when this used to be my default policy, I'd whitelist sites that I deemed worthy. I had maybe 1-2 dozen sites (e.g., my bank among them) enabled.
Re: Purge site data when site identified via old tracking cookies
#48Earlier quoted context omitted.
By reasonably formatted, I would actually exclude onhover. To clarify, I meant a document that would be readable without any interaction. You've got me wondering if privacy-focused browsers like Brave have the ability to disable potential tracking mechanisms like onhover.
Disabling CSS :hover and :active states might break sites. Tracking pixels could be as simple as a background image set for either of those CSS states.
Re: Purge site data when site identified via old tracking cookies
#49Earlier quoted context omitted.
Nothing stopping you from doing this on your next / current project. I've been 100% committed on getting the web back to as lightweight as possible for the last couple years worth of development.
Almost all front-end development jobs are looking for React or Vue skills.
Re: Purge site data when site identified via old tracking cookies
#50Earlier quoted context omitted.
How do you deal with pages that use JavaScript to fetch page content after the initial markup is loaded?
I'm not 3xblah, obviously, but I deal with those sites by not using them.