AutoPager

Append the next page content to the bottom seamlessly (like a waterfall)~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2022-11-15

申请支持:
https://zhongchou.modian.com/all/top_time/all
中国著名众筹网站

X.I.UAuthor
§
Posted: 2022-11-18

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

    "摩点众筹": {
        "host": "zhongchou.modian.com",
        "url": "return (fun.getCSS('.page')&&fun.getCSS('.pro_ul>li'))",
        "pager": {
            "nextL": ".next",
            "pageE": ".pro_ul>li,body>script[language='javascript']",
            "insertP": [".pro_ul",3],
            "scriptT": 2,
            "scrollD": 2000
        }
    }

scrollD 值越大越早触发翻页。

Post reply

Sign in to post a reply.