I would like to remove the link from the page when it was visited. But ... how if a pseudo-class: have you visited privacy restrictions? (I can't use mapping: no, for example)
(As I would like) Example:
.someclass a:link {display:block;}
.someclass a:visited {display:none;}
Thanks guys.
Details: I also use an external link, so I can’t use jquery or localstore cookies, and the links will be delivered by email, so I can’t use jquery when I click in the class “X”.
source
share