7 ms·
What's the last product you've seen that still uses this color system?
by codeafin 5y ago
What's the last product you've seen that still uses this color system?
- pkqxdd 5y agoGoogle search
- jfk13 5y agoSure, it shows those colours to the user. But they're not exposed to the website; if it tries querying the colour of the links, the browser returns the same blue value for all of them, visited or not.
- JacobThreeThree 5y agoIt used to be that CSS leaked all visitor states with no user interaction. This was patched by browsers a few years back, but there are still ways to extract some data from :visited, it just requires user interaction now. https://frantzmiccoli.github.io/visited-captcha-history/ https://frantzmiccoli.github.io/visited-captcha-history/
- SahAssar 5y agoThat's pretty limited though. You can only check urls (not domains), and only as many urls as there are characters in the captcha. It's a clever hack though!