From 7e8507c5bb95ce8e64ed7da5c4973c41e88856ca Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 10 Dec 2023 14:34:13 +0000 Subject: [PATCH] add new url :3 --- html/poketube.ejs | 51 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 1ef47c0c..25bd379f 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1460,8 +1460,55 @@ display: block; !important;" autoplay controls Top Comments of this video!! :3


-<% inv.comments.forEach(x =>{ %>
<% if (!x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %><% if (x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %>

<%- x.contentHtml %>

<% if (x.likeCount === 0) { %> | <% } else { %> <%= convert(x.likeCount) %> | <% } %><% if(x.creatorHeart) { %><% } %>

<% }) %> -
+<% inv.comments.forEach(x =>{ %> +
+
+
+
+
+
+
+
+

+ <%- x.contentHtml %>

+ <% if (x.likeCount === 0) { %> | + <% } else { %> + <%= convert(x.likeCount) %> | + <% } %> + <% if(x.creatorHeart) { %> + <% } %> +

+
+
+
+
+
+ <% }) %> +
Go To Top