|
28 | 28 | // @include http*://hacg.tw/* |
29 | 29 | // @include http*://hacg.at/* |
30 | 30 | // @include http*://hacg.ch/* |
| 31 | +// @include http*://llss.* |
| 32 | +// @include http*://www.llss.* |
31 | 33 | // @include http*://www.acgpy.com/* |
32 | 34 | // @include http*://blog.reimu.net/* |
33 | 35 | // @include http*://pan.baidu.com/share/* |
|
84 | 86 | // @include http*://greasyfork.org/*/scripts/* |
85 | 87 | // @include http*://sleazyfork.org/*/forum/*discussion* |
86 | 88 | // @include http*://greasyfork.org/*/forum/*discussion* |
87 | | -// @version 3.22.35 |
| 89 | +// @version 3.22.36 |
88 | 90 | // @grant GM_notification |
89 | 91 | // @grant GM_xmlhttpRequest |
90 | 92 | // @grant GM_setClipboard |
|
131 | 133 | { |
132 | 134 | name:"琉璃神社", |
133 | 135 | url:"https://www.hacg.fi/wp/", |
134 | | - regex:/hacg\./, |
| 136 | + regex:/hacg\.|llss\./, |
135 | 137 | run:function(){ |
136 | 138 | var feiZao,feiZaos=document.querySelectorAll("p1"),i; |
137 | 139 | for(i=0;i<feiZaos.length;i++){ |
|
272 | 274 | createBlockBtn(); |
273 | 275 | } |
274 | 276 | }, |
275 | | - { |
276 | | - name:"纯爱计划", |
277 | | - url:"https://sexacg.com/", |
278 | | - regex:/sexacg\./, |
279 | | - contentArea:'article', |
280 | | - commArea:'su-quote-inner' |
281 | | - }, |
282 | 277 | { |
283 | 278 | name:"次元の圣光", |
284 | 279 | url:"http://www.acglover.top/", |
|
766 | 761 | if(/www\.acgpy\.com\/login\d+\.html/.test(location.href)){ |
767 | 762 | var date=new Date(); |
768 | 763 | date.setTime(date.getTime()+14400*60*1000); |
769 | | - //document.cookie="trade"+location.href.replace(/.*.com\/login(\d+)\..*/,"$1")+"=A32; expires="+date.toGMTString(); |
770 | | - document.cookie="trade0421=A32; expires="+date.toGMTString(); |
| 764 | + document.cookie="trade"+location.href.replace(/.*.com\/login(\d+)\..*/,"$1")+"=A32; expires="+date.toGMTString(); |
| 765 | + //document.cookie="trade0421=A32; expires="+date.toGMTString(); |
771 | 766 | top.location='wpx'; |
772 | 767 | } |
773 | 768 | var downBtn=document.querySelector("a.downbtn"); |
|
805 | 800 | commArea:'commentlist', |
806 | 801 | offset:55, |
807 | 802 | articleSel:"article,.article-link>li" |
| 803 | + }, |
| 804 | + { |
| 805 | + name:"纯爱计划", |
| 806 | + url:"https://sexacg.com/", |
| 807 | + regex:/sexacg\./, |
| 808 | + contentArea:'article', |
| 809 | + commArea:'su-quote-inner' |
808 | 810 | } |
809 | 811 | /*{ |
810 | 812 | name:"梦幻二次元", |
|
0 commit comments