AutoPager

Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page)~

< Feedback on AutoPager

Question/comment

§
Posted: 2023-03-21
Edited: 2023-03-21

关于 Cool18.com 规则匹配的问题

描述

脚本无法匹配 https://cool18.com/**https://*cool18.com/*/

当前 Cool18.com 规则为

"Cool18.com": {
    "host": "www.cool18.com",
    "url": "/\\/index\\.php/",
     ...
}

修改匹配规则

"Cool18.com": {
    "host": "/.*\\.?cool18\\.com/",
    "url": "",
    "inherits": true
}

我将通过自定义翻页规则修改后,可以解决这个问题,就是不知道匹配范围更广后,会不会产生额外的问题。

Post reply

Sign in to post a reply.