Pagetual

Perpetual pages - powerful auto-pager script. Auto fetching next paginated web pages and inserting into current page for infinite scroll. Support thousands of web sites without any rule.

< Feedback on Pagetual

Review: Good - script works

§
Posted: 2022-07-06
Edited: 2022-07-06

在这个页面自动翻页会触发回到顶部事件,有没有解决办法 https://www.yousuu.com/bookstore/?channel

    {
        "name": "全站书库-优书网",
        "url": "^https://www\\.yousuu\\.com",
        "pageElement": "div.result",
        "nextLink": "button.btn-next"
    }
hoothinAuthor
§
Posted: 2022-07-07

这样写,欢迎提交到规则库

    {
        "name": "全站书库-优书网",
        "url": "^https://www\\.yousuu\\.com",
        "pageElement": "div.result",
        "nextLink": "button.btn-next",
        "lockScroll": true
    }

这个属于实验性的参数,用起来可能有点问题,我还没想好怎么优化

§
Posted: 2022-07-07

这样写,欢迎提交到规则库

    {
        "name": "全站书库-优书网",
        "url": "^https://www\\.yousuu\\.com",
        "pageElement": "div.result",
        "nextLink": "button.btn-next",
        "lockScroll": true
    }

这个属于实验性的参数,用起来可能有点问题,我还没想好怎么优化

这个可以用了,就是滚动条会抽风

Post reply

Sign in to post a reply.