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