gpt4 book ai didi

css - 指定 url 不影响 wih @-moz-document in stylish

转载 作者:太空狗 更新时间:2023-10-29 12:27:48 28 4
gpt4 key购买 nike

使用 stylish,您可以使用 @-moz-document url-prefix(http://) 指定域。

这适用于所有网址。有没有办法指定您希望样式影响哪些 URL?这意味着您可以拥有一个全局样式表,该样式表会影响除指定 URL 之外的所有内容,其中有您想要使用的另一个样式表。

最佳答案

这可能会很棘手,但可以做到。
来自 Stylish 文档:"Applying styles to specific sites" :

@-moz-document regexp('(?!http://www\.example\.com).*') {
/* CSS rules here.*/
}

将为除以 http://www.example.com 开头的所有 URL 激活。

关于css - 指定 url 不影响 wih @-moz-document in stylish,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12904773/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com