Greasy Fork is available in English.

popurls classic link colors stylesheet

popurls classic black - link colors stylesheet

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/14798/95986/popurls%20classic%20link%20colors%20stylesheet.js

a:link {
color: #84bbd0 !important;
}

a:visited {
color: #545454 !important;
}

a:hover {
color: #ffffff !important;
}

a:active {
color: #545454 !important;
}

a.staticlinkblack,
a.staticlinkblack:link,
a.staticlinkblack:visited {
  color: orange !important;
}