Detect Visited Link In Chrome
问题 I am using a userscript for Chrome and Firefox and I am checking for links that have been visited by the user. I have a{ color: blue; } a:visited{ color: red !important; } in my css imported as soon as the page loads. The a-links on the page that I have visited are colored red instead of default of blue. I then use: alert(window.getComputedStyle(document.getElementById("myLink"), null).getPropertyValue("color")) on each link and they all return red for the visited links in Firefox but in