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.

Устаревшая версия за 25.01.2022. Перейдите к последней версии.

// ==UserScript==
// @name StackExchange obvious followed link color
// @namespace http://ostermiller.org/
// @version 1.02
// @license MIT 
// @description Change the color of followed links on all StackExchange sites so they they are easily distinguishable.
// @include /https?\:\/\/([a-z\.]*\.)?stackexchange\.com\/.*/
// @include /https?\:\/\/([a-z\.]*\.)?askubuntu\.com\/.*/
// @include /https?\:\/\/([a-z\.]*\.)?superuser\.com\/.*/
// @include /https?\:\/\/([a-z\.]*\.)?serverfault\.com\/.*/
// @include /https?\:\/\/([a-z\.]*\.)?stackoverflow\.com\/.*/
// @include /https?\:\/\/([a-z\.]*\.)?answers.onstartups\.com\/.*/
// @grant GM_addStyle
// ==/UserScript==

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;}")