⭐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 扩展图标内的脚本菜单)
"YavTube": {
"host": "yavtube.com",
"url": "return (fun.getCSS('li.active')&&fun.getCSS('ul.item-list'))",
"pager": {
"nextL": "li.active+li.wave-effect>a",
"pageE": "ul.item-list",
"replaceE": ".pagination",
"scrollD": 2000
},
"function": {
"bF": "return fun.src_bF(pageE)"
}
},
"YavTube- 作品页": {
"host": "yavtube.com",
"url": "/^\\/model\\//",
"pager": {
"nextL": "section.active li.active+li.wave-effect>a",
"pageE": "section.model-items-container:first-of-type>ul",
"insertP": ["section.active>ul",5],
"replaceE": "section.active .pagination, section.model-items-container:not([style='display: none;']):first-of-type .pagination",
"scrollD": 2000
},
"function": {
"bF": "return fun.src_bF(pageE)"
}
}
scrollD
值越大,越早触发翻页
yavtube.com