domains/itbusinessnet.com.js
[app.webkitpdf] / domains / micetoday.com.js
index e69de29..81753fd 100644 (file)
@@ -0,0 +1,21 @@
+
+(function (args) {
+    var disnone = function(ar) {
+        for (var i =0;i < ar.length;i++) {
+            if (!ar[i]) {
+                continue;
+            }
+            ar[i].style.display = 'none';
+        }
+    }
+     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