skysports

shiva kumar - Sep 2 - - Dev Community
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>@WatchAddaLive join</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <script src="//content.jwplatform.com/libraries/SAHhwvZq.js"></script>
        <style>
            body {
                margin: 0;
                font-family: 'Helvetica Neue', Arial, sans-serif;
                background-color: #f4f4f4;
                overflow: hidden;
            }
            .jwplayer {
                position: absolute !important;
            }
            .jwplayer.jw-flag-aspect-mode {
                min-height: 100%;
                max-height: 100%;
            }
              .tg-banner {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #1da1f2, #0077b5);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tg-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.tg-banner img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 50%;
  border: 2px solid white;
}

.tg-banner span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
        </style>
    </head>
    <body>
        <div id="player"></div>
          <a href="https://t.me/thecricsters" class="tg-banner">
    <img src="https://i.pinimg.com/originals/31/2a/f9/312af9235aadad69655688eaee97eabf.png" alt="Telegram logo">
    <span>
        Join @thecricsters
    </span>
</a>
        <script>
            var config = {"url":"https:\/\/kratos.vip\/t\/index.php\/https:\/\/linear007-gb-dash1-prd-ak.cdn.skycdp.com\/016a\/Content\/DASH_003_720_120\/Live\/channel(skysportscricket)\/manifest_720-120.mpd","k1":"00053ac1e9b1231eed3eb4e3540b3ae1","k2":"0f03d8541826af3d9acbac975d751165"};
            var sources = [];

            if (config.url.includes('.m3u8')) {
                sources.push({
                    file: config.url
                });
            }

            if (config.url.includes('.mpd') && config.k1 && config.k2) {
                sources.push({
                    file: config.url,
                    drm: {
                        "clearkey": {
                            "keyId": config.k1,
                            "key": config.k2
                        }
                    }
                });
            }

            jwplayer("player").setup({
                playlist: [{
                    sources: sources
                }],
                autostart: true,
                width: "100%",
                height: "100vh",
                stretching: "",
                aspectratio: "16:9",
                cast: {}
            });
              // Display a pop-up message when the page starts
Enter fullscreen mode Exit fullscreen mode

window.addEventListener("load", function() {
var result = window.confirm("Join @WatchAddaLive for more updates?");
if (result) {
window.location.href = "https://t.me/WatchAddaLive";
}
});

.
Terabox Video Player