AutoPager

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

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2024-03-24

漫画下载网站https://dl-raw.se/麻烦适配一下,辛苦了

X.I.UAuthor
§
Posted: 2024-03-29

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

    "DL-Raw": {
        "host": "dl-raw.se",
        "url": "/^\\/($|\\?s=|tag|page|category)/",
        "blank": 3,
        "pager": {
            "nextL": "a.next",
            "pageE": "div[id^=gridlane-grid-post-]",
            "replaceE": ".pagination",
            "scrollD": 2000
        }
    }

首页、搜索页、分类页、标签页

"blank": 3, 是用来点击漫画列表新标签页打开的。

"scrollD": 2000 是用来控制自动后台翻页时间的(滚动条与底部的距离),值越大就越早触发翻页。

§
Posted: 2024-03-29

感谢感谢

Post reply

Sign in to post a reply.