Skip to content

Commit 7043fae

Browse files
committed
add
1 parent 362cd30 commit 7043fae

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
// @include http*://www.acg15.com/*
5555
// @include http*://www.acglover.*
5656
// @include http*://lifanmoe.*
57+
// @include http*://www.yhacg.*
5758
// @include http*://www.idanmu.*
5859
// @include http*://*.sijihuisuo.club/*
5960
// @include http*://sijihuisuo.club/*
@@ -92,7 +93,7 @@
9293
// @include http*://greasyfork.org/*/scripts/*
9394
// @include http*://sleazyfork.org/*/forum/*discussion*
9495
// @include http*://greasyfork.org/*/forum/*discussion*
95-
// @version 3.22.48
96+
// @version 3.22.49
9697
// @grant GM_notification
9798
// @grant GM_xmlhttpRequest
9899
// @grant GM_setClipboard
@@ -411,6 +412,15 @@
411412
changeUrl(true,[["a"],[['https?:\\\/\\\/[^\\\.]*(\\\.)?acg18\\\.us\\\/go\\\/\\\?url=','']]]);
412413
}
413414
},
415+
{
416+
name:"樱花御所",
417+
url:"https://www.yhacg.us",
418+
regex:/yhacg\./,
419+
offset:55,
420+
run:function(){
421+
changeUrl(true,[["a"],[['https?:\\\/\\\/[^\\\.]*(\\\.)?yhacg\\\.us\\\/go\\\/\\\?url=','']]]);
422+
}
423+
},
414424
{
415425
name:"最ACG网",
416426
url:"http://zuiacg.cc/",

0 commit comments

Comments
 (0)