AutoPager

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

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2022-07-22

申请:https://www.yousuu.com/bookstore/?channel

X.I.UAuthor
§
Posted: 2022-07-23

这个网站是动态加载内容的,我最多实现无缝翻页当前列表,一旦你点击顶部的分类、标签什么的,就会列表内容错乱(即网站加载新分类列表内容时,不会清除我脚本插入的内容)。

    "优书网": {
        "host": "www.yousuu.com",
        "url": "/^\\/bookstore\\//",
        "pager": {
            "type": 6,
            "nextL": "js; return fun.getNextEP('.number.active+li.number', 'page=', /page=\\d+/)",
            "pageE": ".result-item-layout",
            "replaceE": ".el-pager",
            "loadTime": 200
        }
    }

Post reply

Sign in to post a reply.