From 2a8c774775ee265e2f4570b08c46e7d2dd16d72f Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 30 Aug 2023 21:23:27 +0000 Subject: [PATCH] add connections :3 --- html/poketube.ejs | 58 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 55 insertions(+), 3 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 7e6db410..7aa3f4e0 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -958,7 +958,7 @@ display: block; !important;" autoplay controls <% } %> > <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %> - content source : youtube.com + Jump to Connections
@@ -1102,13 +1102,12 @@ display: block; !important;" autoplay controls
-
- <%=engagement.viewCount.toLocaleString()%> Views • <%=date%> • Click to toggle off description + <%=engagement.viewCount.toLocaleString()%> Views • <%=date%> • Click to toggle off description <% if (String(inv_vid.descriptionHtml) != "undefined") { %> <% if (String(inv_vid.descriptionHtml) != " ") { %> @@ -1204,6 +1203,59 @@ display: block; !important;" autoplay controls + +
+ +
Connections
+ + <% if (!twitter) { %> + <% if (!discord) { %> + <% if (!reddit) { %> + <% if (!twitch) { %> +No connections + <% } %> + <% } %> + <% } %> + + <% } %> + +
+ <% if (twitter) { %> + + + <% } %> + + <% if (discord) { %> + + <% } %> + + + <% if (twitch) { %> + + <% } %> + + + <% if (reddit) { %> + + <% } %> + + <% if (instagram) { %> + + <% } %> +
+ +
+