Update html/watch.ejs

This commit is contained in:
ashley 2025-09-28 01:20:44 +02:00
parent c1e5ec698c
commit d660adb908

View File

@ -2519,7 +2519,7 @@ if (/[?&]autoplay=/.test(location.search)) {
}
</script>
<script id="video" type="application/json"><%- JSON.stringify(VideoData).replace(/(\bip=)[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/g, "$1[REDACTED]") %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
<script id="video" type="application/json"><%- JSON.stringify(VideoData).replace(/(\bip=)[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/g, "$1[REDACTED]").replace("https://iv.duti.dev", "https://invid-api.poketube.fun") %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
<!-- Ambient Mode, for Poke -->
<% if(IsOldWindows) { %>