We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b20c0 commit 0810425Copy full SHA for 0810425
1 file changed
HacgGodTurn.user.js
@@ -177,7 +177,7 @@
177
regex:/mhecy\./,
178
downloadUrl:/www\.mhecy\.com\/\?page_id=\d+&code/,
179
hideOd:true,
180
- offset:10
+ offset:55
181
},
182
{
183
name:"acgnz",
@@ -528,6 +528,7 @@
528
contentArea='article';
529
break;
530
case "mhecy":
531
+ articleSel="section.card";
532
curSite.getDownPass=function(target){
533
var pass=target.parentNode.parentNode.querySelector('input.pwd');
534
if(pass&&pass.id.indexOf("download-pwd")!=-1)target.href=target.href.split("#")[0]+'#'+pass.value;
0 commit comments