From 2a13b2e77983de5199e5a489ac7b56cdc377d581 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 25 Apr 2022 20:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E6=B0=B4=E6=9C=A8?= =?UTF-8?q?=E7=A4=BE=E5=8C=BA]=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index f4debaf..67caeb2 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -651,6 +651,28 @@ "interval": 500 } }, + "水木社区": { + "host": "www.mysmth.net", + "url": "return (location.href.indexOf('board/') != -1)", + "style": "[id*='banner'], [class*='banner'] {display: none !important;}", + "pager": { + "nextL": ".page-select+li.page-normal>a", + "pageE": ".board-list>tbody>tr:not(.top)", + "replaceE": ".pagination", + "scrollD": 800 + } + }, + "水木社区 - 帖子内": { + "host": "www.mysmth.net", + "url": "return (location.href.indexOf('article/') != -1)", + "style": "[id*='banner'], [class*='banner'] {display: none !important;}", + "thread": true, + "pager": { + "nextL": ".page-select+li.page-normal>a", + "pageE": ".b-content>*", + "replaceE": ".pagination" + } + }, "看雪论坛": { "host": "bbs.pediy.com", "url": "/\\/forum-/",