wniming
V2EX  ›  问与答

chrome 浏览器如何清除已经点击过的链接的颜色?

  •  
  •   wniming · Sep 13, 2023 · 1361 views
    This topic created in 999 days ago, the information mentioned may be changed or developed.

    楼主在看 lkml 的一个比较大的 patch 集,因为回复关系太复杂给我看晕了,lkml 上的链接点击过的颜色就会变化(从蓝色变成紫色),我想清除掉所有的颜色的变化,就像我没有点击过这些链接一样,这样我再看的时候思路就稍微清晰一些,但我不知道怎么清除这个记录。

    1 replies    2023-09-13 23:30:43 +08:00
    Pipecraft
        1
    Pipecraft  
       Sep 13, 2023
    可以用 Stylus 扩展为网站设置自定义样式,修改 a:visited 的字体颜色为默认链接字体颜色。
    比如
    ```css
    a:link,
    a:visited{
    color: blue !important;
    }
    ```
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1223 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 76ms · UTC 23:32 · PVG 07:32 · LAX 16:32 · JFK 19:32
    ♥ Do have faith in what you're doing.