Earlier quoted context omitted.
I like :visited. It’s useful. I don’t want browsers to disable it, but developers to stop clobbering and disabling it on their sites. Any site I make will have sane blue underlined links and purple underlined visited links. I’m willing to vary the shades of blue and purple, and I prefer to reduce the opacity of the underline when not interacting with the link, but I say general links should be blue and purple and und…
The think you like is client link styling, not :visited attribute manipulated via CSS/JS.
Retrieving your browsing history through a CAPTCHA
51–60 of 63 posts
Re: Retrieving your browsing history through a CAPTCHA
#52Re: Retrieving your browsing history through a CAPTCHA
#53Quoted post unavailable.
What is going on with those new accounts preaching against online privacy recently? Edit: For the lurkers trying to educate themselves, I recommend those resources: https://en.wikipedia.org/wiki/Nothing_to_hide_argument https://en.wikipedia.org/wiki/Citizenfour https://vimeo.com/nothingtohide
Re: Retrieving your browsing history through a CAPTCHA
#54Re: Retrieving your browsing history through a CAPTCHA
#55Re: Retrieving your browsing history through a CAPTCHA
#56Earlier quoted context omitted.
The only time I ever see a visited style link is when links aren't styled at all. It's anachronistic and the feature should probably be dropped altogether. If some users want to see it, it could be done with an extension that has history access (or a coarse-grained version of history). Then they'd be able to see it for all sites, not just the tiny fraction of sites that don't style links.
Counterpoint, plenty of sites I use properly show visited links, and it's a very useful feature!
Edit: oh, and Hackernews, too
Re: Retrieving your browsing history through a CAPTCHA
#57Re: Retrieving your browsing history through a CAPTCHA
#58Earlier quoted context omitted.
The only time I ever see a visited style link is when links aren't styled at all. It's anachronistic and the feature should probably be dropped altogether. If some users want to see it, it could be done with an extension that has history access (or a coarse-grained version of history). Then they'd be able to see it for all sites, not just the tiny fraction of sites that don't style links.
This is clearly not true as you are currently posting on a site that has styled links and also has lighter styled visited links.
Re: Retrieving your browsing history through a CAPTCHA
#59Earlier quoted context omitted.
The only time I ever see a visited style link is when links aren't styled at all. It's anachronistic and the feature should probably be dropped altogether. If some users want to see it, it could be done with an extension that has history access (or a coarse-grained version of history). Then they'd be able to see it for all sites, not just the tiny fraction of sites that don't style links.
Counterpoint, plenty of sites I use properly show visited links, and it's a very useful feature!
I find it useful too, but since most sites don't actually show it, I'd rather just use an extension that always shows it.
Re: Retrieving your browsing history through a CAPTCHA
#60The answer to having both visited styles and not security violations is to allow a domain to only style links that are local to that domain and not others. They already do that with referers, there is a security level to only let the site see referers that are local to its domain. I think this is the default for https