From e99c6b7597969ad7ee6840f8a3bb7fc4721d8c56 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[Quicker=20-=20QA]=20?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index d2569cc..e4ccd7a 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4991,11 +4991,11 @@ }, "Quicker": { "host": "getquicker.net", - "url": "/\\/Share\\//", + "url": "/^\\/(Share\\/|QA($|\\?))/", "blank": 3, "pager": { "nextL": "//a[@class='page-link' and text()='下一页']", - "pageE": "table.table >tbody>tr:not(:first-child), script[src^='/js/site.js']", + "pageE": "table.table >tbody>tr:not(:first-child), .question-item, script[src^='/js/site.js']", "replaceE": "ul.pagination", "scriptT": 2 }