diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index c688146..3d33e6c 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -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+/",