Skip to content

Commit

Permalink
新增 [WEBTOON漫画] 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
XIU2 committed Jan 14, 2025
1 parent 8e6194d commit f959304
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions other/Autopage/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3472,6 +3472,20 @@
"scrollD": 3000
}
},
"WEBTOON漫画": {
"host": "www.webtoons.com",
"url": "/\\/viewer\\?/",
"style": "#_bottomDisplay,#footer{display: none !important;}#content{padding-bottom: 0 !important;}",
"pager": {
"nextL": ".pg_next._nextEpisode",
"pageE": "#_imageList>img",
"replaceE": "#toolbar>.paginate,#_bottomEpisodeList"
},
"function": {
"bF": "return fun.src_bF(pageE, [0,'img[data-url]','data-url'])",
"aF": "fun.getAllCSS('#_bottomEpisodeList img[data-url][src$=png]').forEach(i=>{i.src=i.dataset.url;});"
}
},
"MYCOMIC": {
"host": "mycomic.com",
"url": "/^\\/chapters\\/\\d+/",
Expand Down

0 comments on commit f959304

Please sign in to comment.