Skip to content

Commit 922bda0

Browse files
committed
fix
1 parent 7facc90 commit 922bda0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,13 +718,14 @@
718718
var oD_text=document.createElement("input");
719719
oD_text.type="text";
720720
oD_text.style.cssText="width:168px;height:33px;position:relative;margin-top:0px;padding:0px;box-sizing:border-box;";
721-
oD_text.placeholder="输入hash值、网盘或下载地址";
721+
oD_text.placeholder="输入hash值或网盘地址";
722722
oD_text.title='将自动添加"magnet:?xt=urn:btih:"并去除非法字符';
723723
var oD_button=document.createElement("button");
724724
oD_button.type="button";
725725
oD_button.textContent="开车";
726726
oD_button.style.cssText="padding:4px 0;position: absolute;top:-1px;right:0px;width:40px;height:35px";
727727
oD_button.onclick=function (){
728+
oD_link.textContent=oD_link2.textContent=oD_link3.textContent="";
728729
var oD_hash=oD_text.value;
729730
if(oD_hash===""){
730731
alert("请输入hash值、网盘或下载地址");

0 commit comments

Comments
 (0)