StackExchange obvious followed link color

Change the color of followed links on all StackExchange sites so they they are easily distinguishable.

当前为 2022-01-25 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name StackExchange obvious followed link color
  3. // @namespace http://ostermiller.org/
  4. // @version 1.02
  5. // @license MIT
  6. // @description Change the color of followed links on all StackExchange sites so they they are easily distinguishable.
  7. // @include /https?\:\/\/([a-z\.]*\.)?stackexchange\.com\/.*/
  8. // @include /https?\:\/\/([a-z\.]*\.)?askubuntu\.com\/.*/
  9. // @include /https?\:\/\/([a-z\.]*\.)?superuser\.com\/.*/
  10. // @include /https?\:\/\/([a-z\.]*\.)?serverfault\.com\/.*/
  11. // @include /https?\:\/\/([a-z\.]*\.)?stackoverflow\.com\/.*/
  12. // @include /https?\:\/\/([a-z\.]*\.)?answers.onstartups\.com\/.*/
  13. // @grant GM_addStyle
  14. // ==/UserScript==
  15.  
  16. GM_addStyle(".s-post-summary--content-title.s-link:visited,.s-post-summary--content-title .s-link:visited,.question-hyperlink:visited,.result-link a:visited {color: #9C7816 ! important;}")