Visited links are now clearly visible, making it easier to browse the website.
Morizon & Otodom: Show visited links by msichal
Details
Authormsichal
LicenseNo License
Categorymorizon.pl
Created
Updated
Size440 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name morizon.pl show visited links
@version 20231205.14.22
@namespace userstyles.world/user/msichal
@description Visited links are now clearly visible, making it easier to browse the website.
@author msichal
@license No License
==/UserStyle== */
@-moz-document domain("morizon.pl") {
a:visited * {
color: #aaa;
}
}
@-moz-document domain("otodom.pl") {
a:visited * {
color: #aaa;
}
}