cloudflare
tcp/8443
Open service 104.21.58.41:8443 ยท tfc.player-373.workers.dev
2026-01-10 09:19
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 09:19:15 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 1447
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0D5vTmdB%2BaUrfqgpfg8p1jxAfZYatI%2BRXNrz%2B5g72zw%2BF4zwmQ4uEThyvgdk0lAaxGARRB%2FYsvycwQh%2FaK7B1BQ449w%2FaFnnSYoVZhRGwH4BgSQEQ%2FwapqUY"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bbb177a8df5d243-FRA
alt-svc: h3=":8443"; ma=86400
Page title: NOTFLIX TV
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>document.addEventListener('contextmenu', function(event) {event.preventDefault();});</script>
<script disable-devtool-auto="" src="https://cdn.jsdelivr.net/npm/disable-devtool@latest"></script>
<title>NOTFLIX TV</title>
<div class="container">
<video id="video" controls="" autoplay="yes" style="width: 100%; max-width: auto; height: auto;"></video>
</div>
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
<script>
document.addEventListener('DOMContentLoaded', (event) => {
const videoSrc = 'https://notflix-s1.13l.link/stream/notflix/tfc/stream.m3u8?uid=3781956266&u=notflix&p=e536c47c941477c4cc6f36074a44fc226bfc5ffafd35b34e280da8df5a73701d';
const video = document.getElementById('video');
if (Hls.isSupported()) {
const hls = new Hls();
hls.loadSource(videoSrc);
hls.attachMedia(video);
hls.on(Hls.Events.MANIFEST_PARSED, function () {
video.play();
});
} else if (video.canPlayType('application/vnd.apple.mpegurl')) {
video.src = videoSrc;
video.addEventListener('loadedmetadata', function () {
video.play();
});
} else {
alert('Your browser does not support HLS.js');
}
});
</script>
</html>