Greasy Fork is available in English.

StackExchange obvious followed link color

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

  1. // ==UserScript==
  2. // @name StackExchange obvious followed link color
  3. // @namespace http://ostermiller.org/
  4. // @version 1.05
  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. GM_addStyle("body{--theme-question-title-color-visited:#9C7816}")