From 102d218e7369da99de3b1f9ed73aab363ed6d293 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 18 Nov 2023 19:03:19 +0000 Subject: [PATCH] minifiy the html --- html/poketube.ejs | 106 +--------------------------------------------- 1 file changed, 2 insertions(+), 104 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index d8a93b26..316f54fe 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1443,83 +1443,7 @@ 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 %> -

- - <%- convert(x.likeCount) %> | <% 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 %>

<%- convert(x.likeCount) %> | <% if(x.creatorHeart) { %> <% } %>

<% }) %>
Go To Top @@ -1576,33 +1500,7 @@ Recommended Videos <% if (!f) { %> - <% k.Video.Recommendations?.Video?.forEach(x => { %> -
- <% if (!optout) { %> - - <%- x.duration || "LIVE"%> - <% } %> - <% if (optout) { %> - - <%- x.duration || "LIVE"%> - <% } %> - -
- - <% if (!optout) { %> - <%= x.Title %> - <% } %> - <% if (optout) { %> - <%= x.Title %> - <% } %> -
- <%=x.Channel.Name %> -
<%= x.uploadedAt.replace("Streamed", "Live") %> • <%= convert(x.views) %> views
-
-
-
- - <% }) %> +<% k.Video.Recommendations?.Video?.forEach(x => { %>
<% if (!optout) { %> <%- x.duration || "LIVE"%> <% } %> <% if (optout) { %> <%- x.duration || "LIVE"%> <% } %>
<% if (!optout) { %> <%= x.Title %> <% } %> <% if (optout) { %> <%= x.Title %> <% } %>
<%=x.Channel.Name %>
<%= x.uploadedAt.replace("Streamed", "Live") %> • <%= convert(x.views) %> views
<% }) %> <% } %> <% if (f) { %>