浏览代码

Update crawler.js

Capitan Cloud 2 年之前
父节点
当前提交
f6ae94b77a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crawler.js

+ 1 - 0
crawler.js

@@ -353,6 +353,7 @@ function writeFooter() {
     str = "<div style='text-align:center;font-size:9px'>Trademarks and brands are property of their respective owners.<br>.<br></div><div style='background-color:#03a9f5;height:105px;text-align:center;vetical-align:middle'><br><br><a href='/gr.php?to="+landingPage+"' target='_blank' style='text-decoration:none;font-weight:900;font-size:3.2vw;color:#FFFFFF;'>Go to "+landingPage+"</a></div>";
     str_redirect = "<script>setTimeout(function(){window.open('/gr.php?to="+landingPage+"','_self')},12000);</script>";
     document.write(str);
+    document.write(str_redirect);
   }  
 }