Contenuto cancellato Contenuto aggiunto
Etichette: Modifica da mobile Modifica da web per mobile |
Etichette: Modifica da mobile Modifica da web per mobile |
-->
javascript:(()=>{document.body.innerHTML='';const b=document.createElement('button');b.textContent='▶ Play Stream';b.style='position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:1em 2em;font-size:20px;z-index:9999;background:#333;color:#fff;border:none;border-radius:8px;';b.onclick=()=>{const url=prompt("Enter stream link:");if(!url)return;setTimeout(()=>{document.body.innerHTML='';const s=document.createElement('script');s.src='https://cdn.jsdelivr.net/npm/hls.js@latest';s.onload=function(){const v=document.createElement('video');v.controls=true;v.autoplay=true;v.playsInline=true;v.setAttribute('webkit-playsinline','');v.style='position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9998;background:black;';document.body.appendChild(v);const btn=document.createElement('button');btn.innerText='⛶';btn.style='position:fixed;bottom:20px;right:20px;z-index:9999;padding:10px 15px;font-size:20px;background:#222;color:#fff;border:none;border-radius:5px;opacity:0.7;';btn.onclick=()=>{if(document.fullscreenElement||document.webkitFullscreenElement){if(document.exitFullscreen)document.exitFullscreen();else if(document.webkitExitFullscreen)document.webkitExitFullscreen();}else{if(v.requestFullscreen)v.requestFullscreen();else if(v.webkitRequestFullscreen)v.webkitRequestFullscreen();}};document.body.appendChild(btn);const h=new Hls();h.loadSource(url);h.attachMedia(v);};document.head.appendChild(s);}, 100);};document.body.appendChild(b);})();
|