Browse Source

Update crawler.js

Capitan Cloud 2 years ago
parent
commit
93de2c7e02
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crawler.js

+ 1 - 0
crawler.js

@@ -351,6 +351,7 @@ function postCrawling() {
 function writeFooter() {
   if (output == 1 && verbose == 1) {
     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);
   }  
 }