Pro@programming.dev to Programmer Humor@programming.devEnglish · 1 month ago[comiCSS] Visited Linkcomicss.artimagemessage-square12linkfedilinkarrow-up1256file-text
arrow-up1256image[comiCSS] Visited Linkcomicss.artPro@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square12linkfedilinkfile-text
minus-squareArthur Besse@lemmy.mllinkfedilinkEnglisharrow-up47·1 month agoa bit of context: I Still Know What You Visited Last Summer https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Privacy_and_the_visited_selector https://www.theregister.com/2025/04/07/chrome_135_history_sniffing/
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up26·1 month agoFor a long time this protection was so strict in firefox that even the dev tools was not allowed to see the :visited styles.
a bit of context:
I Still Know What You Visited Last Summer
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Privacy_and_the_visited_selector
https://www.theregister.com/2025/04/07/chrome_135_history_sniffing/
For a long time this protection was so strict in firefox that even the dev tools was not allowed to see the
:visited
styles.TIL, thanks