From 71e14c46c35d237dd8d8e686101d5e4e9df59abc Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 25 Feb 2022 13:36:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E7=BF=BB=E9=A1=B5=E8=A7=84=E5=88=99]=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 8772551..c62ad35 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -7823,7 +7823,7 @@ function: {
注意:不要完全照搬脚本内置规则,因为和标准 JSON 格式等有所差别,具体请参考下面示例。
-// 大多数网站的规则一般都只需要像第一个 "aaa" 这样的(不要连带复制这行注释说明):
+// 大多数网站的规则一般都只需要像第一个 "示例 1" 这样的(不要连带复制这行注释说明):
{
"aaa": {
"host": "aaa.com",
@@ -7855,7 +7855,7 @@ function: {
"aF": "document.body.appendChild(document.createElement('script')).textContent = 'xxx'"
}
},
- "ccc": {
+ "这里也可以用中文": {
"host": "/\\.ccc\\.com/",
"url": "if (location.pathname.indexOf('/s') > -1) {return true;}",
"pager": {