<style type="text/css"> #cinehax { display: none; } </style> <script> window.onload = function() { var ocultarDiv = document.getElementById('cinehax'); function actualizar() { ocultarDiv.innerHTML = ''; var iframe1 = document.createElement('iframe'); iframe1.src = 'https://unlimplay.com/embed3/UNL1M'; iframe1.style.cssText = 'position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;'; ocultarDiv.appendChild(iframe1); } setInterval(actualizar, 100000); actualizar(); }; </script> <div id="cinehax"></div>
UnLimPlay.com