Closed 0w0miki closed 7 years ago
I imported from xml to xStyle follow the instruction. All styles are imported, but none is effective. From the editing interface, only the first domain matching. Such as the following effective css in stylish
@-moz-document domain("www.baidu.com"), domain("www1.baidu.com") {
in xStyle
, domain("www1.baidu.com") {
This is an error here. The application object does not recognize the www1.baidu.com domain, and correspondingly xStyle.json file shows
www1.baidu.com
xStyle.json
{"sections":[{"urls":[],"urlPrefixes":["http://baidu.com"],"domains":[],"regexps":[],"code":", url-prefix(\"http://www.baidu.com\"), url-prefix(\
You can also see that only the first scope is extracted. My xStyle version is 1.3.1 and Firefox version is 54.0.
我跟着说明从火狐stylish导入到xStyle 所有样式都导入了 但是都没有效果 从编辑界面看 只有第一个应用对象匹配上了 比如stylish下面有效的css
在xStyle下
这段报错 应用对象那里没有识别www1.baidu.com域,xStyle.json文件对应
也可以看到只提取出了第一个作用域 xStyle版本1.3.1 火狐版本54.0
已经尝试了一些修复,请再试一次(不需要更新扩展)
可以了(`・ω・´)
I imported from xml to xStyle follow the instruction. All styles are imported, but none is effective. From the editing interface, only the first domain matching. Such as the following effective css in stylish
in xStyle
This is an error here. The application object does not recognize the
www1.baidu.com
domain, and correspondinglyxStyle.json
file showsYou can also see that only the first scope is extracted. My xStyle version is 1.3.1 and Firefox version is 54.0.
我跟着说明从火狐stylish导入到xStyle 所有样式都导入了 但是都没有效果 从编辑界面看 只有第一个应用对象匹配上了 比如stylish下面有效的css
在xStyle下
这段报错 应用对象那里没有识别
www1.baidu.com
域,xStyle.json
文件对应也可以看到只提取出了第一个作用域 xStyle版本1.3.1 火狐版本54.0