From 0b6c2b05e96f88c8220738bf2345fdab885df482 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 9 Mar 2022 14:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E5=8F=A4=E7=94=B0?= =?UTF-8?q?=E8=B7=AF9=E5=8F=B7]=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 | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 0edfe66..523c39d 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -1084,6 +1084,51 @@ "replaceE": ".pageturning" } }, + "古田路9号": { + "host": "www.gtn9.com", + "url": "/^\\/(index|work_list|activity_list|perspectives_list)\\.aspx/", + "style": ".collects {display: block;}", + "pager": { + "nextL": ".tcdPageCode > span.current+a.tcdNumber", + "pageE": ".content_list_box", + "replaceE": ".tcdPageCode" + } + }, + "古田路9号 - 搜索页": { + "host": "www.gtn9.com", + "url": "/^\\/search_list\\.aspx/", + "style": ".collects {display: block;}", + "pager": { + "nextL": ".tcdPageCode > span.current+a.tcdNumber", + "pageE": "//div[@class='content_list_box'] | //body/script[contains(text(), 'function loadcount()')]", + "replaceE": ".tcdPageCode", + "scriptT": 2 + }, + "function": { + "aF": "document.body.appendChild(document.createElement('script')).textContent = 'loadcount()'" + } + }, + "古田路9号 - 毕设展": { + "host": "www.gtn9.com", + "url": "/^\\/exhibition_list_new\\.aspx/", + "style": ".collects {display: block;}", + "pager": { + "nextL": ".tcdPageCode > span.current+a.tcdNumber", + "pageE": ".activityBox >*", + "replaceE": ".tcdPageCode", + "scriptT": 2 + } + }, + "古田路9号 - 毕设展2": { + "host": "www.gtn9.com", + "url": "/^\\/exhibition_list\\.aspx/", + "style": ".collectss {display: block;} .list_tan_box {display: none !important;}", + "pager": { + "nextL": ".tcdPageCode > span.current+a.tcdNumber", + "pageE": ".content_lists_box", + "replaceE": ".tcdPageCode" + } + }, "千图网 - 分类/搜索页": { "host": "www.58pic.com", "url": "if (fun.indexOF(/\\/(tupian|piccate|pmulti|scene)\\//)) {if (fun.indexOF('/piccate/') && fun.getCSS('.card-grid-box .qt-card-box[style*=\"width:\"]')) {fun.insStyle('.card-grid-box .qt-card-box {display: block;height: 300px;min-height: 250px;}')}; return true}",