|
59 | 59 | // @include http*://zuiacg.* |
60 | 60 | // @include http*://www.zuiacg.* |
61 | 61 | // @include http*://www.galacg.me/* |
| 62 | +// @include http*://cangku.in/* |
62 | 63 | // @include http*://www.mhecy.com/* |
63 | 64 | // @include http*://acgzone.org/* |
64 | 65 | // @include http*://www.acgzone.org/* |
|
87 | 88 | // @include http*://greasyfork.org/*/scripts/* |
88 | 89 | // @include http*://sleazyfork.org/*/forum/*discussion* |
89 | 90 | // @include http*://greasyfork.org/*/forum/*discussion* |
90 | | -// @version 3.22.41 |
| 91 | +// @version 3.22.42 |
91 | 92 | // @grant GM_notification |
92 | 93 | // @grant GM_xmlhttpRequest |
93 | 94 | // @grant GM_setClipboard |
|
380 | 381 | }, |
381 | 382 | { |
382 | 383 | name:"司机会所", |
383 | | - url:"http://dakashangche.com", |
| 384 | + url:"https://dakashangche.net", |
384 | 385 | regex:/sijihuisuo\.club|dakashangche\./, |
385 | 386 | innerPage:/\/(sj\/\d|\?p=\d)/, |
386 | 387 | offset:115, |
|
464 | 465 | }, |
465 | 466 | { |
466 | 467 | name:"绅士仓库", |
467 | | - url:"http://www.galacg.me/", |
468 | | - regex:/galacg\./, |
| 468 | + url:"https://cangku.in/", |
| 469 | + regex:/galacg\.|cangku\.in/, |
469 | 470 | hideOd:true, |
470 | | - articleSel:"div.article" |
| 471 | + articleSel:"section.post-wrap", |
| 472 | + run:function(){ |
| 473 | + window.setTimeout(function(){ |
| 474 | + process(); |
| 475 | + },500); |
| 476 | + } |
471 | 477 | }, |
472 | 478 | { |
473 | 479 | name:"樱花漫舍", |
|
759 | 765 | offset:45, |
760 | 766 | hideOd:true, |
761 | 767 | run:function(){ |
762 | | - if(/www\.acgpy\.com\/login\d+\.html/.test(location.href)){ |
| 768 | + if(/www\.acgpy\.com\/login\d+\./.test(location.href)){ |
763 | 769 | var date=new Date(); |
764 | 770 | date.setTime(date.getTime()+14400*60*1000); |
765 | 771 | document.cookie="trade"+location.href.replace(/.*.com\/login(\d+)\..*/,"$1")+"=A32; expires="+date.toGMTString(); |
|
1360 | 1366 | if(!pre)pre=document.querySelector(".prev>a"); |
1361 | 1367 | if(!next)next=document.querySelector(".next>a"); |
1362 | 1368 | if(!pre && !next){ |
1363 | | - let aTags=document.querySelectorAll("a"); |
| 1369 | + let aTags=document.querySelectorAll("a,button>span"); |
1364 | 1370 | if(!pre){ |
1365 | 1371 | let pref,pres,pret; |
1366 | 1372 | for(var i=0;i<aTags.length;i++){ |
|
0 commit comments