Skip to content

Commit

Permalink
新增 [网飞猫] 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
XIU2 committed Oct 18, 2024
1 parent 6c779f0 commit 8d44347
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions other/Autopage/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2235,6 +2235,19 @@
"bF": "return fun.src_bF(pageE)"
}
},
"网飞猫": {
"host": ["www.ncat1.app","/^www\\.nca(t)?\\d+\\.com$/"],
"url": "return fun.isPager()",
"blank": 3,
"pager": {
"nextL": ".page-item-next",
"pageE": ".module-item",
"replaceE": ".pagenation-box"
},
"function": {
"bF": "pageE.forEach((a)=>{let b=fun.getCSS('img[data-original]:not(#noneCoverImg)',a); b.src=window.RDUL[0]+b.dataset.original});return pageE;"
}
},
"ZzzFun 动漫": {
"host": "www.zzzfun.com",
"url": "/^\\/vod_(type|show|search)/",
Expand Down

0 comments on commit 8d44347

Please sign in to comment.