What code can I put into Stylish to disable it for specific website (s)?
a:link {
border: 1px dashed blue;
color: black;
}
a:visited {
border: 1px dashed blue;
color: darkred;
}
border: 1px dashed blue;
color: black;
}
a:visited {
border: 1px dashed blue;
color: darkred;
}
Comments
Stylus support easy exclude styles by domain.
If you don't change addon may help convert
-moz-document
to-moz-document regexp(...)