mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
新增 [WEBTOON漫画] 支持
This commit is contained in:
@@ -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+/",
|
||||
|
||||
Reference in New Issue
Block a user