this post was submitted on 22 May 2026
451 points (98.7% liked)
Programmer Humor
31537 readers
2483 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It can hide the popup but all the rapist advertising companies take that as yes because you didn't say no.
Use consent-o-matic to automatically opt out.
Doesn't matter if I opt in or out if I just delete them all on closing the browser and they all disappear.
Cookie AutoDelete for Firefox and Chrome.
Source
Firefox can be set to delete them when the browser closes without plugins
Don't do that.
https://github.com/arkenfox/user.js/wiki/4.1-Extensions
"don't lock your door, it does not prevent scammers from getting your home address"
???
yeah, we know deleting cookies doesn't prevent IP tracking, that's also why I use a VPN
I don't get it. Of course it doesn't help with IP tracking of fingerprinting, but it deletes all cookies when I leave a site. My browsers runs very long on desktop and mobile, so Firefox's 'Delete cookies on close' doesn't help much.
Is that needed if ublock already stops all the tracking scripts from loading?
Yes. Because cookies are used for tracking and can be set without the aid of Javascript.
For anyone interested, cookies pre-date Javascript and are baked in the HTTP protocol by way of a Set-Cookie header that the browser responds to by storing whatever information accompanies the Set-Cookie header; usually a unique id that can then be used to track what pages on a domain you visit.
uMatrix once again to the rescue. It can block cookies. The only downside to uMatrix is that it dis-/allows based on su domain, so you can't accept a log-in cookie and reject the tracking cookie, if they are served by the same subdomain.
uMatrix is unmaintained since 2021, that's another downside
Sources:
https://www.wilderssecurity.com/threads/umatrix-development-has-ended.432663/
https://www.ghacks.net/2020/09/20/umatrix-development-has-ended/