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-08-24

申请 https://www.2animx.com/
加入
此网站是一个非常全的漫画网站,很多其他网站没有的漫画他都有,可惜没有翻页快捷键,浏览时比较费劲,强烈建议加入此网站!

X.I.UAuthor
§
Posted: 2022-08-25

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

    "二次元动漫": {
        "host": "www.2animx.com",
        "url": "if(fun.indexOF('/index-look-')){setTimeout(()=>{window.page=function(){return false}},2000);return true}",
        "style": "#img_ad_img>img {max-width: 100% !important;}",
        "pager": {
            "nextL": "//a[text()='下一頁' or text()='下一章'][not(starts-with(@href,'javascript'))]",
            "pageE": "#ComicPic",
            "replaceE": ".c",
            "scrollD": 4000
        }
    }

scrollD 值越大越早触发翻页。

Post reply

Sign in to post a reply.