|
2200 | 2200 | "replaceE": ".pagelist" |
2201 | 2201 | } |
2202 | 2202 | }, |
| 2203 | + "anime1": { |
| 2204 | + "host": "anime1.me", |
| 2205 | + "url": "/^\\/$/", |
| 2206 | + "hiddenPN": true, |
| 2207 | + "history": false, |
| 2208 | + "blank": 3, |
| 2209 | + "pager": { |
| 2210 | + "nextL": "js; let next = fun.getCSS('a.paginate_button.next');if (next && next.className.indexOf('disabled') === -1) {let oldList = fun.getCSS('#table-list>tbody').innerHTML;if (oldList) {next.click(); fun.getCSS('#table-list>tbody').insertAdjacentHTML('afterbegin', oldList);}}", |
| 2211 | + "pageE": "#table-list>tbody", |
| 2212 | + "interval": 500, |
| 2213 | + "scrollD": 800 |
| 2214 | + } |
| 2215 | + }, |
2203 | 2216 | "初音社": { |
2204 | 2217 | "host": "www.mikuclub.cc", |
2205 | 2218 | "url": "/^\\/[a-z]/", |
|
2707 | 2720 | "replaceE": ".nav-links" |
2708 | 2721 | } |
2709 | 2722 | }, |
| 2723 | + "漫本": { |
| 2724 | + "host": "www.manben.com", |
| 2725 | + "url": "if (fun.indexOF(/^\\/m\\d+/)) {if (fun.getCookie('showtype') != '2') {document.cookie='showtype=2; expires=Thu, 18 Dec 2031 12:00:00 GMT; path=/';location.reload();}else{return true;}}", |
| 2726 | + "style": ".main{height: auto !important;overflow-y: hidden !important;} #comicContain img {min-height: 300px;} .comic-contain li{margin: 0 !important;} img.imgFloat_1, img.imgFloat_2, span.comic-ft {display: none !important;}", |
| 2727 | + "history": true, |
| 2728 | + "pager": { |
| 2729 | + "nextL": "#mainControlNext", |
| 2730 | + "pageE": "//body/script[starts-with(text(),'eval(')]", |
| 2731 | + "insertP": ["body",3], |
| 2732 | + "replaceE": ".main_control", |
| 2733 | + "scriptT": 2, |
| 2734 | + "interval": 5000, |
| 2735 | + "scrollD": 2000 |
| 2736 | + }, |
| 2737 | + "function": { |
| 2738 | + "aF": "let _img=''; for (let i=0;i<newImgs.length;i++){_img += `<li><img src=\"${newImgs[i]}\"></li>`;}; document.getElementById('comicContain').insertAdjacentHTML('beforeend', _img);" |
| 2739 | + } |
| 2740 | + }, |
2710 | 2741 | "漫画皮": { |
2711 | 2742 | "host": "www.manhuapi.com", |
2712 | 2743 | "url": "/\\/chapter\\//", |
|
2894 | 2925 | }, |
2895 | 2926 | "鬼罗丽漫画": { |
2896 | 2927 | "host": ["www.gllmh8.com","m.gllmh8.com"], |
2897 | | - "url": "/\\/\\d+(_\\d+)?\\.html$/", |
2898 | | - "style": ".article-content img {visibility: visible; opacity: 1;} .swiper-container {display: none !important;}", |
| 2928 | + "url": "/^\\/./", |
| 2929 | + "style": ".article-content img {visibility: visible; opacity: 1;display: block;} #newsArticle img {margin-bottom: -1px;} .swiper-container {display: none !important;}", |
2899 | 2930 | "history": true, |
2900 | 2931 | "pager": { |
| 2932 | + "type": 3, |
2901 | 2933 | "nextL": "li.thisclass+li>a", |
2902 | | - "pageE": ".article-content p, #newsArticle p", |
2903 | | - "replaceE": ".pagination, .pages", |
2904 | | - "scrollD": 5500 |
2905 | | - } |
2906 | | - }, |
2907 | | - "鬼罗丽漫画 - 分类页": { |
2908 | | - "host": "www.gllmh8.com", |
2909 | | - "pager": { |
2910 | | - "nextL": "li.thisclass+li>a", |
2911 | | - "pageE": ".listl>ul>li", |
2912 | | - "replaceE": ".page", |
2913 | | - "scrollD": 2000 |
| 2934 | + "pageE": ".article-content img, #newsArticle img, .listl>ul, ul.news_list_1", |
| 2935 | + "replaceE": ".pagination, .pages, .page" |
2914 | 2936 | } |
2915 | 2937 | }, |
2916 | 2938 | "起点中文": { |
|
0 commit comments