domains/itbusinessnet.com.js
authorAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2018 02:48:07 +0000 (10:48 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2018 02:48:07 +0000 (10:48 +0800)
domains/itbusinessnet.com.js [new file with mode: 0644]

diff --git a/domains/itbusinessnet.com.js b/domains/itbusinessnet.com.js
new file mode 100644 (file)
index 0000000..78ed32f
--- /dev/null
@@ -0,0 +1,11 @@
+
+(function (args) {
+    window.setInterval(function() {
+        try {
+            var e = document.getElementById('dmn_lightbox_fadetoblack');e.parentNode.removeChild(e);
+            e = document.getElementById('dmn_lightbox');e.parentNode.removeChild(e);
+            e = document.getElementById('splashscreen');e.parentNode.removeChild(e);
+         } catch(e) {}
+    },200);
+    
+})();