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: Good - script works

§
Posted: 2022-07-26

你好,想添加简书的自动翻页 https://www.jianshu.com/

X.I.UAuthor
§
Posted: 2022-07-27
Edited: 2022-07-27

我看了下只有首页可以添加支持,其他的要么自带了,要么是动态加载内容的。

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

    "简书": {
        "host": "www.jianshu.com",
        "url": "/^\\/$/",
        "pager": {
            "type": 2,
            "nextL": "a.load-more",
            "isHidden": true,
            "interval": 500,
            "scrollD": 1000
        }
    }
§
Posted: 2022-07-29

非常感谢,安装您的指导已经正常实现了

Post reply

Sign in to post a reply.