-
For example: Doesn't work in FF, while working fine in chrome. What am i missing |
Beta Was this translation helpful? Give feedback.
Answered by
tophf
Feb 27, 2024
Replies: 1 comment
-
Works for me in FF. @-moz-document regexp("^\\w+-extension://[^/]+/manage.*") {
body#stylus-manage .entry .actions{display: none !important}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
toppits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works for me in FF.
I guess there's a mistake in your
@-moz-document
(applies-to).