|
54 | 54 | // @include http*://acg18.us/* |
55 | 55 | // @include http*://*.acg18.us/* |
56 | 56 | // @include http*://*.acg44.com/* |
57 | | -// @include http*://zuiacg.com/* |
| 57 | +// @include http*://zuiacg.* |
| 58 | +// @include http*://www.zuiacg.* |
58 | 59 | // @include http*://www.galacg.me/* |
59 | 60 | // @include http*://www.mhecy.com/* |
60 | 61 | // @include http*://acgzone.org/* |
|
76 | 77 | // @include http*://htacg.cc/* |
77 | 78 | // @include http*://www.htacg.cc/* |
78 | 79 | // @include http*://www.xiu.moe/* |
| 80 | +// @include http*://www.cld1.net/* |
79 | 81 | // @include http*://sleazyfork.org/*/scripts/* |
80 | 82 | // @include http*://greasyfork.org/*/scripts/* |
81 | 83 | // @include http*://*yfork.org/*/forum/*discussion* |
82 | | -// @version 3.22.17 |
| 84 | +// @version 3.22.18 |
83 | 85 | // @grant GM_notification |
84 | 86 | // @grant GM_xmlhttpRequest |
85 | 87 | // @grant GM_setClipboard |
|
209 | 211 | }, |
210 | 212 | { |
211 | 213 | name:"最ACG网", |
212 | | - url:"http://zuiacg.com/", |
| 214 | + url:"http://zuiacg.cc/", |
213 | 215 | regex:/zuiacg\./, |
214 | 216 | hideOd:true, |
215 | 217 | offset:75 |
|
226 | 228 | url:"https://www.oomoe.moe/", |
227 | 229 | regex:/oomoe\.moe/, |
228 | 230 | hideOd:true, |
229 | | - offset:10 |
| 231 | + offset:55, |
| 232 | + articleSel:"section.card" |
230 | 233 | }, |
231 | 234 | { |
232 | 235 | name:"ACG和谐区/里世界/毛站", |
|
348 | 351 | regex:/l\-sj\.cc/, |
349 | 352 | articleSel:"section.card", |
350 | 353 | hideOd:true, |
| 354 | + offset:55, |
351 | 355 | downloadUrl:/l\-sj\.cc\/download\?id=/ |
352 | 356 | }, |
353 | 357 | { |
|
369 | 373 | { |
370 | 374 | name:"咻咻动漫", |
371 | 375 | url:"http://www.xiu.moe/", |
372 | | - regex:/xiu\.moe/, |
| 376 | + regex:/xiu\.moe|cld1\.net/, |
373 | 377 | contentArea:'#post-content', |
374 | 378 | commArea:'commentlist', |
375 | 379 | offset:55, |
|
688 | 692 | } |
689 | 693 | var downloadBtn=document.querySelector('a[data-action=download]'); |
690 | 694 | if(downloadBtn){ |
691 | | - if(/\.com\/download\//.test(location.href)){ |
| 695 | + if(/\/download\//.test(location.href)){ |
692 | 696 | let cd=document.querySelector('div.single-content>p>input'); |
693 | 697 | if(cd){ |
694 | 698 | downloadBtn.href+="#"+cd.value; |
|
823 | 827 | } |
824 | 828 | } |
825 | 829 | var curRegs=style.innerHTML.pmatch(/background\-image:\s*url\('?([^\')]+)'?\)/gi); |
826 | | - for(var curReg of curRegs){ |
827 | | - bgUrls+=curReg[0]+"\n"; |
828 | | - } |
| 830 | + bgUrls=curRegs.join("\n\r")+"\n\r"; |
829 | 831 | var rmBg=document.querySelector("div.large"); |
830 | 832 | if(rmBg)bgUrls+=getComputedStyle(rmBg).backgroundImage.replace(/url\("?([^"]+)"?\)/,"$1"); |
831 | 833 | GM_setClipboard(bgUrls); |
|
0 commit comments