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

Comments

  • edited July 2020 [?]

    Stylus support easy exclude styles by domain.

    If you don't change addon may help convert-moz-document to -moz-document regexp(...)

Sign In or Register to comment.