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

Review: Good - script works

§
Posted: 2024-11-11

我需要一段跳过代码支持
**.1.com/page/2.html 翻页列表需要无缝
**.1.com/2089.html 帖子内容无需翻页,且无缝翻页也无法起效
要怎么跳过帖子使其不加载无缝,或是只能手动停止?

X.I.UAuthor
§
Posted: 2024-11-12

那你就用 url 规则去只匹配前者即可,例如这样:

"url": "/^\\/page\\//",

或者直接使用我推荐新手用的:

"url": "return fun.isPager()",

这个是会自动检查当前网页中是否同时包含 nextL 元素和 pageE 元素,如果同时包含则匹配该规则。(fun.isPager() 内置函数不指定参数的默认情况下就只检查这两个)

§
Posted: 2024-11-12

非常感谢,搞定了

Post reply

Sign in to post a reply.