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-04-22

大佬,能适配一下 2chcn.com 这个网站吗

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

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

    "2chcn.com": {
        "host": "2chcn.com",
        "url": "return (!fun.indexOF(/^\\/\\d+\\/$/))",
        "pager": {
            "nextL": ".page-numbers.current+a.page-numbers",
            "pageE": ".articles, .article",
            "replaceE": ".pagenavi"
        }
    }

Post reply

Sign in to post a reply.