Skip to content

Commit 0810425

Browse files
committed
fix
1 parent c1b20c0 commit 0810425

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HacgGodTurn.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
regex:/mhecy\./,
178178
downloadUrl:/www\.mhecy\.com\/\?page_id=\d+&code/,
179179
hideOd:true,
180-
offset:10
180+
offset:55
181181
},
182182
{
183183
name:"acgnz",
@@ -528,6 +528,7 @@
528528
contentArea='article';
529529
break;
530530
case "mhecy":
531+
articleSel="section.card";
531532
curSite.getDownPass=function(target){
532533
var pass=target.parentNode.parentNode.querySelector('input.pwd');
533534
if(pass&&pass.id.indexOf("download-pwd")!=-1)target.href=target.href.split("#")[0]+'#'+pass.value;

0 commit comments

Comments
 (0)