Greasy Fork is available in English.
⭐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 扩展图标内的脚本菜单)
"h5.stockhn.com": {
"host": "h5.stockhn.com",
"url": "/^\\/public\\/video-detail\\/index\\.html\\?/",
"pager": {
"type": 6,
"nextL": "js; return fun.getNextUP('vid=',/vid=\\d+/)",
"pageE": ".video-wrapper>video"
}
}
逐条解释:
"h5.stockhn.com": {
"host": "h5.stockhn.com",
"url": "/^\\/public\\/video-detail\\/index\\.html\\?/",
"type": 6,
"nextL": "js; return fun.getNextUP('vid=',/vid=\\d+/)",
"pageE": ".video-wrapper>video"
请问网址是https://h5.stockhn.com/public/video-detail/index.html?saleuserId=2&service=1&cid=4571&vid=61957
下一页网址是最高面的数子加1就是https://h5.stockhn.com/public/video-detail/index.html?saleuserId=2&service=1&cid=4571&vid=61958
请问规则要怎么写呢