Skip to content

Commit 19f6ece

Browse files
committed
fix
1 parent 6f7e78c commit 19f6ece

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
// @include http*://www.htacg.cc/*
7878
// @include http*://sleazyfork.org/*/scripts/*
7979
// @include http*://greasyfork.org/*/scripts/*
80-
// @version 3.21.50
80+
// @version 3.22.01
8181
// @grant GM_notification
8282
// @grant GM_xmlhttpRequest
8383
// @grant GM_setClipboard
@@ -394,14 +394,14 @@
394394
var installLink=document.querySelector("a.install-link");
395395
if(installLink){
396396
installLink.onclick=function(){
397-
if(window.confirm('\u8be5\u811a\u672c\u53ef\u80fd\u4e0e\u2605\u7409\u795e\u8f6c\u2605\u4e0d\u517c\u5bb9\u54e6\uff0c\u4f60\u786e\u5b9a\u8981\u5b89\u88c5\u5417\uff1f')){
398-
return true;
399-
}else{
397+
if(window.confirm('\u8be5\u811a\u672c\u53ef\u80fd\u4e0e\u0020\u2605\u7409\u795e\u8f6c\u2605\u0020\u4e0d\u517c\u5bb9\u54e6\uff0c\u662f\u5426\u53d6\u6d88\u5b89\u88c5\uff1f')){
400398
return false;
399+
}else{
400+
return true;
401401
}
402402
};
403403
var hgtSign=document.createElement("font");
404-
hgtSign.innerHTML=' <b>\u8be5\u811a\u672c\u53ef\u80fd\u4e0e\u2605\u7409\u795e\u8f6c\u2605\u4e0d\u517c\u5bb9\u54e6</b>';
404+
hgtSign.innerHTML=' <b>\u8be5\u811a\u672c\u53ef\u80fd\u4e0e\u0020\u2605\u7409\u795e\u8f6c\u2605\u0020\u4e0d\u517c\u5bb9\u54e6</b>';
405405
installLink.parentNode.insertBefore(hgtSign,installLink.nextSibling.nextSibling);
406406
}
407407
}

0 commit comments

Comments
 (0)