From 9c3b891f5d525780a2d4db93e8aa1fd195da7c8b Mon Sep 17 00:00:00 2001 From: Apo Date: Thu, 21 Jul 2022 21:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[cgpeers]=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20(#256)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 0acf557..77ff29b 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -6381,5 +6381,17 @@ "pageE": "#post_content>p", "replaceE": ".pagelist" } + }, + "cgpeers": { + "host": "cgpeers.to", + "url": "return (fun.lp() == '/torrents.php')", + "history": false, + "blank": 3, + "pager": { + "nextL": ".linkbox > a.pager_next", + "pageE": "#torrent_table > tbody > tr:not(.colhead)", + "replaceE": ".linkbox", + "scrollD": 2000 + } } }