diff --git a/html/poketube.ejs b/html/poketube.ejs index 36bd39b1..e3e66523 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2064,7 +2064,7 @@ a {
- <%=inv_vid.title%> + <%=inv_vid.title%>
- <%= k.Video.Channel.subscriberCount %> + <%= k.Video.Channel.subscriberCount.replace("subscribers", "Subs") %>
@@ -2320,7 +2320,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
-
+
<%-String(channelurlfixer(inv_vid.descriptionHtml)).replace(/\n/g, "
").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
@@ -2368,6 +2368,21 @@ the channels social media accounts! <%- instagram.name %>
<% } %> + + <% if (!twitter) { %> + <% if (!discord) { %> + <% if (!reddit) { %> + <% if (!twitch) { %> + + <% if (!instagram) { %> +
+ Nyo connections found ;_; +
+ <% } %> + <% } %> + <% } %> + + <% } %> <% } %>
@@ -2416,14 +2431,54 @@ the channels social media accounts!
-
+
View Channel
- + +
+
Stats for 🤓
+ + Video id : <%=inv_vid.videoId%>
+ ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %>
+ Video Format :<% if (!qua) { %> 22 (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %> + <% if (qua === "medium") { %> 18 (320p) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
+ PokeTubeEncryptID: <%=sha384(inv_vid.videoId)%>
+ <% if (isvidious) { %> + + Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location
+ <% } %> + <% if (!isvidious) { %> + + Proxy : tube.kuylar.dev - refresh the page to change the proxy location
+ <% } %> + Date : <%- Date.now() %> - <%- useragent.os.replace("Linux", "GNU/Linux") %> on <%- useragent.browser %>
+ <% if (isvidious) { %> + + Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "mobile "+ u.replace("https://","") ) %>
+ <% } %> + <% if (!isvidious) { %> + + Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "tube.kuylar.dev" ) %>
+ <% } %> + + 143 : true
+
+ @@ -2807,10 +2862,7 @@ timeLinks.forEach(link => { } } }); - -// Set up an interval to check every second -setInterval(checkAndToggleRecommended, 1000); - + function removeParam(paramName) { let searchParams = new URLSearchParams(window.location.search); @@ -2855,7 +2907,8 @@ if (/[?&]autoplay=/.test(location.search)) { function autoplaynextvideo(e) { location.href = "/watch?v=<%- k.Video.Recommendations.Video[0].id%>&autoplay=<%-btoa("1f739d935676111cfff4b4693e3816e664797050" + k.Video.Recommendations.Video[0].id ) %>" } -}var anchor = document.getElementById("sub"); +} + var anchor = document.getElementById("sub"); // Check if there's a user ID in localStorage var userID = localStorage.getItem("UserID");