see if delaying it helps
authorAlan <alan@roojs.com>
Mon, 25 Oct 2021 06:23:53 +0000 (14:23 +0800)
committerAlan <alan@roojs.com>
Mon, 25 Oct 2021 06:23:53 +0000 (14:23 +0800)
domains/marketminute.com.js

index ee23590..667a7a4 100644 (file)
@@ -1,6 +1,6 @@
 
 (function (args) {
 
 (function (args) {
-     
+     window.setInterval(function() {
     try {
         var sb = document.getElementsByClassName('sandbox')[0];
         var b = sb.contentDocument.body;
     try {
         var sb = document.getElementsByClassName('sandbox')[0];
         var b = sb.contentDocument.body;
@@ -8,5 +8,6 @@
         b.style.position="relative";
 
     }catch(e){}
         b.style.position="relative";
 
     }catch(e){}
+     }, 1000);
      
 })(); 
\ No newline at end of file
      
 })(); 
\ No newline at end of file