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