It was brought to my attention that some style stopped working as userscript…
Fra
/* ==UserStyle==
@name Test style for debugging conversion to userscript
@namespace github.com/openstyles/stylus
@version 28.0.0
@license CC0
@description It was brought to my attention that some style stopped working as userscript…
==/UserStyle== */
/*
...
*/
*:not(#a#b):not(input[type="radio" i]) {
border-radius: 0 !important;
}
/*
...
*/
@-moz-document domain("facebook.com") {
body {
color: red !important;
}
}