AutoPager

⭐Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page) ⭐, support various forums, social networking, games, comics, novels, academics, search engines (Google, Bing, Yahoo...) and other websites~

< Feedback on AutoPager

Review: OK - script works, but has bugs

§
Posted: 2022-04-07

https://www.lulian.cn/product/list-6-cn.html 请求支持自动翻页,多谢

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

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

    "绿联 - 产品页": {
        "host": "www.lulian.cn",
        "url": "/^\\/product\\//",
        "pager": {
            "nextL": ".NextA",
            "pageE": "li.shown",
            "replaceE": ".page-box"
        },
        "function": {
            "bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])"
        }
    }

对于一些我个人觉得偏小众的网站,后续都会以 自定义翻页规则 方式提供,避免 外置翻页规则 无限膨胀下去。。。

Post reply

Sign in to post a reply.