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~

< Σχολιασμός για τον κώδικα AutoPager

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 23/03/2022

申请支持 cc4871.com
我自己写的 只翻一页就不翻了

"7mmtv": {
"host": ["7mmtv.tv","cc4871.com"],
"url": "return (fun.lp() != '/')",
"style": "div.pagination-row{display: none !important;}",
"pager": {
"nextL": "div.pagination-row > ul > li.current + li > a",
"pageE": "div.latest-korean",
"replaceE": "div.pagination-row"
}
}
}

X.I.UΔημιουργός
§
Δημοσιεύτηκε: 24/03/2022

帮你改了改,同时加到了外置翻页规则中,你更新外置翻页规则后,记得把自定义翻页规则里你写的这个删掉(因为规则名一样,会被覆盖)。

分类页、搜索页,顺便还给漫画页添加支持了。

"7mmtv": {
    "host": ["7mmtv.tv","cc4871.com"],
    "url": "return (fun.lp() != '/' && !fun.indexOF('_content/'))",
    "pager": {
        "nextL": "li.page-item.current + li.page-item > a",
        "pageE": ".latest-korean-slider > .row:first-of-type > div",
        "replaceE": ".pagination-row"
    }
},
"7mmtv - 漫画": {
    "host": "gw24sy.cc4871.com",
    "url": "if (fun.indexOF('/hcomic_content/')) {let _img=''; for (let i=1;i<=Large_cgurl.length;i++){_img += `<li><img src=\"${Large_cgurl[i]}\" class=\"img-responsive\"></li>`;}; document.getElementById('show_cg_html').innerHTML = _img; return true;}",
    "style": ".video-introduction-images-row > center > *:not(#content) {display: none !important;}",
    "hiddenPN": true
}

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.