domains/itbusinessnet.com.js
[app.webkitpdf] / domains / micetoday.com.js
index eaa8b7a..81753fd 100644 (file)
@@ -2,10 +2,20 @@
 (function (args) {
     var disnone = function(ar) {
         for (var i =0;i < ar.length;i++) {
+            if (!ar[i]) {
+                continue;
+            }
             ar[i].style.display = 'none';
         }
     }
-    
-    disnone([document.getElementById('sbox-window'),document.getElementById('sbox-overlay')] )
-    
+     window.setInterval(function() {
+        console.log("hide advert")
+        disnone([
+                document.getElementById('sbox-window'),
+                document.getElementById('sbox-overlay')
+                
+        ] );
+        document.body.className = ''; // remove the overlay...
+     }, 200);
+        
 })(); 
\ No newline at end of file