From a87ce8cc8e5ee16fdcee9fa5033a4e37b33c3a9b Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 17 Jan 2023 21:04:29 +0000 Subject: [PATCH] lmao flying comments --- html/poketube.ejs | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 0080ad63..c295d00f 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -464,13 +464,38 @@ display: block;" autoplay controls <% } %> - + + + <% if (inv.comments) { %> + + + <% } %> + + <% if (inv.comments.length > 8 ) { %> + +
+ <% inv.comments.slice(-8).forEach(x =>{ %> + + <%- x.contentHtml %> + + + + <% }) %> + <% } %> + +
+
Video id : <%=video.id%>
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %>