We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7facc90 commit 922bda0Copy full SHA for 922bda0
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -718,13 +718,14 @@
718
var oD_text=document.createElement("input");
719
oD_text.type="text";
720
oD_text.style.cssText="width:168px;height:33px;position:relative;margin-top:0px;padding:0px;box-sizing:border-box;";
721
- oD_text.placeholder="输入hash值、网盘或下载地址";
+ oD_text.placeholder="输入hash值或网盘地址";
722
oD_text.title='将自动添加"magnet:?xt=urn:btih:"并去除非法字符';
723
var oD_button=document.createElement("button");
724
oD_button.type="button";
725
oD_button.textContent="开车";
726
oD_button.style.cssText="padding:4px 0;position: absolute;top:-1px;right:0px;width:40px;height:35px";
727
oD_button.onclick=function (){
728
+ oD_link.textContent=oD_link2.textContent=oD_link3.textContent="";
729
var oD_hash=oD_text.value;
730
if(oD_hash===""){
731
alert("请输入hash值、网盘或下载地址");
0 commit comments