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: 15 Februari 2022
X.I.UPembuat
§
Posted: 25 Februari 2022

这类网站,后续都会以自定义翻页规则方式提供支持,不再内置到脚本了。

点击浏览器右上角的 Tampermonkey 扩展图标,在脚本菜单中选择 自定义翻页规则,将规则粘贴到输入框默认的 { } 中间保存即可。

理论上已经匹配了所有镜像站,除非官方改了镜像域名的命名方式,到时候你可以把下面 "host": "xxx" 里面的域名正则改成具体域名即可。

"JavBus": {
    "host": "/\\.jav.+|.+jav\\./",
    "style": "#waterfall {height: auto !important;} #waterfall > .item {position: static !important; float: left !important; height: 400px !important;}",
    "pager": {
        "nextL": "css;#next",
        "pageE": "css;#waterfall > .item",
        "replaceE": "css;.pagination",
        "scrollD": 1500
    }
}

Post reply

Sign in to post a reply.