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: 2023-10-25

https://www.wpzysq.com/ 麻烦适配一下这个网站,他会不定期更换网址,但一般都会包含wpzys这几个字母,能不能设置成匹配到这几个字母的就使用规则?谢谢大大

X.I.UAuthor
§
Posted: 2023-10-26

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)

    "wpzysq": {
        "host": "/^www\\.wpzys/",
        "url": "return (fun.lp()=='/' || fun.indexOF('/forum-'))",
        "pager": {
            "type": 2,
            "nextL": ".loadmore:not(.loading)",
            "scrollD": 2000
        }
    }

scrollD 值越大越早触发翻页,可自行调整

§
Posted: 2023-10-26

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)

"wpzysq": {  
    "host": "/^www\\.wpzys/",  
    "url": "return (fun.lp()=='/' || fun.indexOF('/forum-'))",  
    "pager": {  
        "type": 2,  
        "nextL": ".loadmore:not(.loading)",  
        "scrollD": 2000  
    }  
}  

scrollD 值越大越早触发翻页,可自行调整

谢谢大佬

Post reply

Sign in to post a reply.