We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9cf4d commit 71e14c4Copy full SHA for 71e14c4
1 file changed
Autopage.user.js
@@ -7823,7 +7823,7 @@ function: {
7823
</ul>
7824
<p style="color: #ff3535 !important;">注意:不要完全照搬脚本内置规则,因为和标准 JSON 格式等有所差别,具体请参考下面示例。</p>
7825
<pre>
7826
-// 大多数网站的规则一般都只需要像第一个 "aaa" 这样的(不要连带复制这行注释说明):
+// 大多数网站的规则一般都只需要像第一个 "示例 1" 这样的(不要连带复制这行注释说明):
7827
{
7828
"aaa": {
7829
"host": "aaa.com",
@@ -7855,7 +7855,7 @@ function: {
7855
"aF": "document.body.appendChild(document.createElement('script')).textContent = 'xxx'"
7856
}
7857
},
7858
- "ccc": {
+ "这里也可以用中文": {
7859
"host": "/\\.ccc\\.com/",
7860
"url": "if (location.pathname.indexOf('/s') > -1) {return true;}",
7861
"pager": {
0 commit comments