a1d9e4c9c12ed16d486ef874f11486a9fdd1dbbc
[app.webkitpdf] / domains / itbusinessnet.com.js
1
2 (function (args) {
3     window.setInterval(function() {
4         try {
5             var e = document.getElementById('dmn_lightbox_fadetoblack');e.parentNode.removeChild(e);
6         } catch(e) { console.log(e);
7         try {
8             var e = document.getElementById('dmn_lightbox');e.parentNode.removeChild(e);
9         } catch(e) { console.log(e);
10         try {
11             document.getElementById('splashscreen').style.display = 'none';
12             document.body.style.overflow = 'visible';
13             console.log("removed splash");
14          } catch(e) { console.log(e);
15          }
16     },200);
17     
18 })();