Skip to content

Commit 077cade

Browse files
committed
fix
1 parent fc65479 commit 077cade

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
// @include http*://acgmoon.*
6666
// @include http*://www.jiyue.*
6767
// @include http*://www.moe-acg.*/*
68+
// @include http*://huan.moe*
6869
// @include http*://www.mygalgame.com/*
6970
// @include http*://htai.*
7071
// @include http*://gmgard.com/*
@@ -83,7 +84,7 @@
8384
// @include http*://greasyfork.org/*/scripts/*
8485
// @include http*://sleazyfork.org/*/forum/*discussion*
8586
// @include http*://greasyfork.org/*/forum/*discussion*
86-
// @version 3.22.33
87+
// @version 3.22.35
8788
// @grant GM_notification
8889
// @grant GM_xmlhttpRequest
8990
// @grant GM_setClipboard
@@ -362,6 +363,7 @@
362363
name:"爱弹幕",
363364
url:"http://www.idanmu.co/",
364365
regex:/idanmu\./,
366+
downloadUrl:/idanmu\..*\/download/,
365367
offset:55,
366368
articleSel:"section.card",
367369
run:function(){
@@ -529,8 +531,8 @@
529531
},
530532
{
531533
name:"萌幻之乡",
532-
url:"https://www.moe-acg.us/",
533-
regex:/moe-acg\./,
534+
url:"https://huan.moe/",
535+
regex:/moe-acg\.|huan\.moe/,
534536
offset:55,
535537
hideOd:true,
536538
downloadUrl:/moe-acg\..*\/download/,

0 commit comments

Comments
 (0)