We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563551b commit 9771a21Copy full SHA for 9771a21
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -398,6 +398,7 @@
398
hgtLink.innerHTML='<img src="/system/screenshots/screenshots/000/006/258/thumb/bg.png">';
399
installLink.parentNode.insertBefore(hgtLink,installLink);
400
installLink.parentNode.insertBefore(document.createElement("br"),installLink);
401
+ installLink.parentNode.insertBefore(document.createTextNode("\u8be5\u811a\u672c\u4e0e\u300a\u7409\u795e\u8f6c\u300b\u4e0d\u517c\u5bb9\u54e6"),installLink.nextSibling.nextSibling);
402
}
403
404
0 commit comments