Enabling full :visited
Recent versions of Firefox have disabled much of CSS's control over :visited, as described in bug 147777. Is there any way to override this on my browser? In particular, I want CSS to be able to specify opacity for visited links. Alternatively, is there any way to get Firefox to treat my custom stylesheets as specially privileged, allowing local styles more power than sites' own styles?
Currently I use Visited Link Supporter as a workaround, but this is very unsatisfactory for a number of reasons -- it's buggy, for one thing. While I understand why someone might not want their browsing history tracked, I personally don't mind if sites track me, unless it impacts loading speed.
All Replies (1)
Background info for people unfamiliar with the limitations on styling visited links: https://developer.mozilla.org/en/CSS/Privacy_and_the_:visited_selector
I'm not aware of a solution for your request.