From: Alan Knowles Date: Wed, 14 Mar 2018 02:48:07 +0000 (+0800) Subject: domains/itbusinessnet.com.js X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=0f8659067657a7c6021679b370b1439a078031a1 domains/itbusinessnet.com.js --- diff --git a/domains/itbusinessnet.com.js b/domains/itbusinessnet.com.js new file mode 100644 index 0000000..78ed32f --- /dev/null +++ b/domains/itbusinessnet.com.js @@ -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); + +})();