1
Fork 0

PokeTube Player v25.09.22b :3

This commit is contained in:
Ashley 2022-09-25 14:58:02 +02:00
parent d29ce8698c
commit 93e7d7eb80

View file

@ -36,11 +36,8 @@
<link href="https://poketube.fun/watch?v=<%=video.id%>" itemprop=url>
<link href="http://www.youtube.com/channel/<%=video.Channel.id%>" itemprop=url>
<% } %> <!-- close the } -->
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
<link href="/css/yt-ukraine.svg" rel=icon>
<title> <%=video.Title%> - PokeTube </title>
<!-- STYLES START -->
<style>
a.class:hover {
text-decoration:underline;
@ -52,7 +49,6 @@
summary:hover{
color:white;
}
:visited { color: #00c0ff }
a{
@ -69,19 +65,16 @@
<link href="/css/watch.main.css?v=56" rel=stylesheet>
<link href="/css/watch-util.css" rel=stylesheet>
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
<!-- NEW NAVBAR -->
<link href="/css/watch-navbar.css?v=56" rel=stylesheet>
<!-- STYLES END -->
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
</head>
<body>
<div class="app" style="color:#fff">
<nav>
<div class="left"><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> </a> </div>
<div class="middle">
@ -179,11 +172,9 @@
<% } %>
</div>
<div class="video-info-buttons" style="border-radius:16px;padding: 3px;border-style: none;min-height: 34px;height: min-content;">
<div class="video-info-buttons" style="background:#1c1c1c;border-radius:16px;padding: 3px;border-style: none;min-height: 34px;height: min-content;">
<div style="display: flex;background: #1c1c1c;border-radius: 16px;background: #1c1c1c;padding: 3px;border-style: none;min-height: 34px;height: min-content;">
<div title="<%=engagement.likes.toLocaleString()%> Likes">
<i class="fa-light fa-thumbs-up"></i>
<%=convert(engagement.likes)%>
@ -191,9 +182,7 @@
<div title="<%=engagement.dislikes.toLocaleString()%> Dislikes">
<i class="fa-light fa-thumbs-down"></i> <%=convert(engagement.dislikes)%>
</div>
</div>
<div style="border-radius: 16px;background: #1c1c1c;padding: 3px;border-style: none;min-height: 34px;height: min-content;">
<div>
@ -225,7 +214,6 @@
</div>
</div>
</div>
@ -257,31 +245,24 @@
</div>
<button class="subscribe-button" ><a style="color:#fff" href="https://www.youtube.com/channel/<%=video.Channel.id%>?view_as=subscriber?sub_confirmation=1">Suscribe</a></button>
</div>
<div>
<br>
</div> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">Encryption Information!</div><br>
<i class="fas fa-shield-alt"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 (<a href="https://en.wikipedia.org/wiki/Encryption">WHAT THE HELL IS ENCRYPTION ?! (ME DUM) </a>) <br><br>
<div style="display:none;">
<div>
<a href="/encryption?v=<%=video.id%>">Click here for encryption info</a><br>
</div>
<div class="video-title" style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:700;margin-top: 10px;margin-bottom: 9px;">Comments - <span style="font-family: inter;"> <%=comments || "Probably disabled or theres no comments" %> </span> </div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<p>
<a href="https://invidio.us/watch?v=<%=video.id%>"> Click here to View Comments</a>
</p>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;margin-bottom:10px;display: flex;column-gap: 3px;">COMMENTS | <div style="font-family: inter;"> <%=comments || "Probably disabled or theres no comments" %> • <a href="https://invidio.us/watch?v=<%=video.id%>">View Comments</a> </div>
</div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<p style="font-family:MonoSpace">
<p style="font-family:MonoSpace;">
<b>
PokeTube Player v25.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
PokeTube Player v25.09.22b - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
</b>
</p>