From d444a74b0ed336b191a2082723b4841195e0d283 Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 6 Sep 2025 04:30:13 +0200 Subject: [PATCH] Update html/watch.ejs --- html/watch.ejs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/html/watch.ejs b/html/watch.ejs index ea22ca28..4956a3a8 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -749,12 +749,14 @@ background-color: #0000; <% if (VideoData.author !== "twenty one pilots") { %> - + + + <% if (secure) { %> - - - + + @@ -1381,7 +1383,7 @@ Offical Discord Server! :3 <% if (VideoData?.authorVerified) { %>
- +
<% } %> @@ -1933,7 +1935,7 @@ WIP!

-<% 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.replace(/\n/g, "
"); %>

<% if (x.likeCount === 0) { %>|<% } else { %> <%= convert(x.likeCount) %> |<% } %> <% if (x.replies?.replyCount != 0) { %> <%- x.replies?.replyCount || "0" %> <% } %> <% if(x.creatorHeart) { %> <% } %>

<% }) %> +<% 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.replace(/\n/g, "
"); %>

<% if (x.likeCount === 0) { %>|<% } else { %> <%= convert(x.likeCount) %> |<% } %> <% if (x.replies?.replyCount != 0) { %> <%- x.replies?.replyCount || "0" %> <% } %> <% if(x.creatorHeart) { %> <% } %>

<% }) %>
Go To Top