|
3105 | 3105 | "bF": "return fun.src_bF(pageE)" |
3106 | 3106 | } |
3107 | 3107 | }, |
3108 | | - "动漫之家": { |
3109 | | - "host": ["www.dmzj.com","www.idmzj.com"], |
3110 | | - "url": "if (fun.indexOF('/view/')) {if (fun.getCookie('display_mode') != '1') {document.cookie='display_mode=1; expires=Thu, 18 Dec 2031 12:00:00 GMT; path=/';location.reload();}else{return true;}}", |
3111 | | - "style": "p.mh_curr_page, .btmBtnBox, .float_code, #floatCode {display: none !important;} .comic_wraCon > img {display: block !important;margin: 0 auto !important; border: none !important; padding: 0 !important; max-width: 99% !important; height: auto !important;min-height: 200px;}", |
3112 | | - "history": true, |
3113 | | - "pager": { |
3114 | | - "nextL": "span.next>a", |
3115 | | - "pageE": "head>script[type]:not([src])", |
3116 | | - "insertP": ["body",3], |
3117 | | - "replaceE": ".wrap_last_mid", |
3118 | | - "scriptT": 2, |
3119 | | - "interval": 4000, |
3120 | | - "scrollD": 3000 |
3121 | | - }, |
3122 | | - "function": { |
3123 | | - "aF": "let _img = '', _img_arr; if (pages.indexOf('|') === -1){pages = pages.replace(/\\r\\n/g, '|')}; _img_arr = JSON.parse(pages).page_url.split('|'); for (let i=0;i<_img_arr.length;i++) {_img += `<img src=\"${img_prefix}${_img_arr[i]}\">`;}; fun.getCSS('.comic_wraCon').insertAdjacentHTML('beforeend', _img);" |
3124 | | - } |
3125 | | - }, |
3126 | | - "动漫之家 - 分类页": { |
3127 | | - "host": ["www.dmzj.com","www.idmzj.com"], |
3128 | | - "url": "/^\\/(category|update|rank)/", |
3129 | | - "style": ".wrap_mhlist_l.con_left, .wrap_list {height: auto!important;}", |
3130 | | - "blank": 3, |
3131 | | - "pager": { |
3132 | | - "nextL": "a.pg_next", |
3133 | | - "pageE": "ul.list_con_li>li, .ph_r_con_li>div:not(.ad_column)", |
3134 | | - "replaceE": ".page" |
3135 | | - } |
3136 | | - }, |
3137 | | - "动漫之家 - 日漫": { |
3138 | | - "host": ["manhua.dmzj.com","manhua.idmzj.com"], |
3139 | | - "url": "if (fun.indexOF(/\\/\\d+\\.shtml/)) {let chapterScroll = fun.getCSS('#qiehuan_txt'); if (chapterScroll && chapterScroll.textContent === '切换到上下滚动阅读') {chapterScroll.click();} else {return true;}}", |
3140 | | - "style": "p.curr_page, .btmBtnBox, .float_code, #floatCode {display: none !important;} #center_box > img {display: block !important;margin: 0 auto !important; border: none !important; padding: 0 !important; max-width: 99% !important; height: auto !important;min-height: 200px;}", |
3141 | | - "history": true, |
3142 | | - "pager": { |
3143 | | - "nextL": "#next_chapter", |
3144 | | - "pageE": "head>script[type]:not([src])", |
3145 | | - "insertP": ["body",3], |
3146 | | - "replaceE": ".display_graybg", |
3147 | | - "scriptT": 2, |
3148 | | - "interval": 2000, |
3149 | | - "scrollD": 3000 |
3150 | | - }, |
3151 | | - "function": { |
3152 | | - "aF": "let _img = ''; for (let i=0;i<arr_pages.length;i++){_img += `<img src=\"${img_prefix}${arr_pages[i]}\">`;}; fun.getCSS('#center_box').insertAdjacentHTML('beforeend', _img);" |
3153 | | - } |
3154 | | - }, |
3155 | | - "动漫之家 - 日漫 - 分类页": { |
3156 | | - "host": ["manhua.dmzj.com","manhua.idmzj.com"], |
3157 | | - "url": "/^\\/tags/", |
3158 | | - "pager": { |
3159 | | - "type": 6, |
3160 | | - "nextL": "//div[@class='pages']/a[contains(text(), '下一页')]", |
3161 | | - "pageE": ".tcaricature_block>ul", |
3162 | | - "replaceE": ".pages", |
3163 | | - "forceHTTPS": true, |
3164 | | - "loadTime": 800 |
3165 | | - } |
3166 | | - }, |
3167 | | - "动漫之家 - 日漫 - 最近更新": { |
3168 | | - "host": ["manhua.dmzj.com","manhua.idmzj.com"], |
3169 | | - "url": "/^\\/update/", |
3170 | | - "blank": 3, |
3171 | | - "pager": { |
3172 | | - "nextL": "//div[@class='pages']/a[contains(text(), '下一页')]", |
3173 | | - "pageE": ".newpic_content > *:not(.pages)", |
3174 | | - "replaceE": ".pages" |
3175 | | - } |
3176 | | - }, |
3177 | 3108 | "快岸漫画": { |
3178 | 3109 | "host": "www.kanbook.net", |
3179 | 3110 | "url": "if (fun.indexOF(/^\\/\\d+\\/\\d+\\/\\d+/)) {if (fun.getCSS('img.img-fluid')){fun.getCSS('img.img-fluid').style.display = 'none';}; setTimeout(()=>{let _img = '';for (let i = 0; i < imagesUrlArr.length; i++) {_img += `<img class=\"img-fluid d-md-block mx-auto\" src=\"${host + imagesUrlArr[i]}\">`;};document.querySelector('.content-wrapper').insertAdjacentHTML('beforeend', _img);},500); return true;}", |
|
0 commit comments