>>31の正規表現はStylusに誤ってますと言われたのでドメインとURLから始まるを
userContent.css試したらいけた

/* Google検索結果にアンダーライン */
@-moz-document domain("google.co.jp"), domain("google.com") {
.rc .r {
text-decoration: underline!important;
font-weight: bold;
font-size: 16px!important;
}
}
/* Google検索結果にアンダーライン */
@-moz-document url-prefix("https://www.google.co.jp/";), url-prefix("https://www.google.com/";) {
.rc .r {
text-decoration: underline!important;
font-weight: bold;
font-size: 16px!important;
}
}
/* Google検索結果にアンダーライン */
@-moz-document domain("google.com"), domain("google.co.jp"){
h3 *{
font-size:12pt !important;
text-decoration: underline !important;
}
}