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-02-22
X.I.UAuthor
§
Posted: 2022-02-22

正好拿来测试我刚做好的 自定义翻页规则 功能。

更新到最新版本,然后点击右上角扩展图标内的脚本菜单 自定义翻页规则,然后粘贴以下规则内容并保存即可。

{
    "dusaiphoto": {
        "host": "www.dusaiphoto.com",
        "functionS": "if (location.pathname.indexOf('/article/') > -1) {return true;}",
        "style": "h1.article-title {margin-top: 80px;}",
        "pager": {
            "nextL": "css;a.hvr-bounce-to-left",
            "pageE": "css;#main > .mt-4 >div > .mb-4, #article_body",
            "replaceE": "css;.col-12.font-title, #sidebar",
            "scrollD": 1500
        }
    }
}
§
Posted: 2022-02-23

好的 谢谢

§
Posted: 2022-02-23

额。我用的是safari的userscript扩展 没有那个自定义翻页规则啊

X.I.UAuthor
§
Posted: 2022-02-23

刚刚更新时,顺便把这个加进去内置规则了。

Post reply

Sign in to post a reply.