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~

< Valutazione su AutoPager

Recensione: Bene - lo script funziona

§
Pubblicato: 28/03/2022

申请支持 https://123456.li/
"核桃影院": {
"host": "123456.li",
"url": "return (fun.lp() != '/')",
"pager": {
"nextL": "//a[text()='下一页']",
"pageE": ".wrapbox > ul > li",
"replaceE": ".pagenavi"
},
"function": {
"bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])"
}
}
这网站下一页按钮的链接的页码 在翻一页后就不变了

X.I.UAutore
§
Pubblicato: 28/03/2022

额,我看了下,原因就是因为你把页码的 id #pagenavi 写成 class .pagenavi 了 ,找不到自然就没有替换啦。。。

另外 nextL 也可以改成 a[title='下一页 ›'] CSS 选择器,这样寻找更快。

Pubblica risposta

Accedi per pubblicare una risposta.