⭐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~
复制粘贴到脚本 自定义翻页规则
默认的 { }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)
"包子漫画org": {
"host": "baozimh.org",
"url": "/^\\/manga\\//",
"pager": {
"nextL": "//span[@class='btn_chapter_pagination' and text()='下一话']/..",
"pageE": ".gb-inside-container>img[data-src]",
"replaceE": "#pagenation",
"scrollD": 500
}
}
这个包子漫画和另一个 cn.baozimh.com
好像没啥关系,网页完全不一样。
另外,因为网页自带了图片懒加载,所以我把 scrollD
设置的较小,避免一次加载太多图片,触发网站的防御机制(如果有的话)。
baozimh.org 求大佬抽空适配包子漫画 好评!