Skip to content

Commit f46b02c

Browse files
committed
fix
1 parent cacd308 commit f46b02c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,11 @@
472472
run:function(){
473473
window.setTimeout(function(){
474474
process();
475+
[].forEach.call(document.querySelectorAll(".r18-mask"),function(item){
476+
item.onclick=function(e){
477+
e.currentTarget.classList.remove("r18-mask");
478+
}
479+
});
475480
},500);
476481
}
477482
},

0 commit comments

Comments
 (0)