Greasy Fork is available in English.

popurls classic link colors stylesheet

popurls classic black - link colors stylesheet

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @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;
}