From ce0ca2b24fbc65113109a909636d964071579925 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Sun, 11 Feb 2024 10:23:49 +0000 Subject: [PATCH] add few stuff --- html/poketube.ejs | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 6aa3e50..edd0656 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -31,8 +31,8 @@ <% if(secure) { %><% } %><% if(!secure) { %><% } %> - - + + <% if (e === false) { %> @@ -593,7 +593,6 @@ background-color: #0000; -
+
@@ -1340,10 +1339,9 @@ display: block; !important;" autoplay controls> Views : <%=engagement.viewCount.toLocaleString()%>
Genre: <%-inv_vid.genre %>
- - Upload date: <%=date%> ^^
+ Date of upload: <%=date%> ^^

- Rating : <%=engagement.rating.toLocaleString()%> (<%=engagement.dislikes.toLocaleString()%>/<%=engagement.likes.toLocaleString()%> LTDR)
+ Rating : <%=engagement.rating.toLocaleString()%> (<%=engagement.dislikes.toLocaleString()%>/<%=engagement.likes.toLocaleString()%> LTDR)
RYD date created : <%=engagement.dateCreated.toLocaleString()%>
See in json @@ -1413,9 +1411,8 @@ display: block; !important;" autoplay controls>
<% if (twitter) { %> - <% } %> <% if (discord) { %> @@ -1519,8 +1516,7 @@ display: block; !important;" autoplay controls> <% if(!inv.comments) { %>

- no comments on this video (it may be disabled or theres just no comments lol) - + no comments on this video (it may be disabled or theres just no comments lol or youtube did something that broke comments ;_;)

<% } %> @@ -1733,7 +1729,7 @@ Recommended Videos
-
Options got Moved to the icon :3
+
Options got Moved to the icon :3
@@ -1758,9 +1754,8 @@ Recommended Videos history.replaceState(null, '', newUrl); } } - - <% if (Array.isArray(inv_vid.recommendedVideos) && inv_vid.recommendedVideos.length > 1) { %> +<% if (Array.isArray(inv_vid.recommendedVideos) && inv_vid.recommendedVideos.length > 1) { %> let checkbox = document.getElementById("continue");