Update poketube.ejs

This commit is contained in:
Ashley 2022-07-24 23:07:27 +03:00 committed by GitHub
parent d5c16c340b
commit ace66b2151

View file

@ -233,7 +233,7 @@ summary:hover{
<div> <div>
<br> <br>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<p><i class="fas fa-shield-alt"></i> The Connection to our servers are encrypted in sha256, meaning we cant see the videos you watching. Learn more <a href="https://en.wikipedia.org/wiki/Secure_Hash_Algorithms">About hash Algorithms here.</a> </p> <p><i class="fas fa-shield-alt"></i> The Connection is encrypted in sha256 :3 </p>
</div> </div>
</div> </div>
@ -257,7 +257,7 @@ summary:hover{
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center"> <div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
<a href="/watch?v=<%=video.id%>&t=f"> <a href="/watch?v=<%=video.id%>&t=f">
Opt out of Metrics</a> (<a href="/privacy" style="color:#fff">More info</a>) Opt out of Metrics</a> (<a href="/privacy" style="color:#fff">Wut?</a>)
</div> </div>
<% } %> <% } %>
@ -266,12 +266,12 @@ summary:hover{
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center"> <div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
<% if (optout) { %> <% if (optout) { %>
<a href="/watch?v=<%=video.id%>&r=f">See The Lyrics</a> <a href="/watch?v=<%=video.id%>&r=f">Lyrics (Wow)</a>
<% } %> <% } %>
<% if (!optout) { %> <% if (!optout) { %>
<a href="/watch?v=<%=video.id%>&r=f">See The Lyrics</a> <a href="/watch?v=<%=video.id%>&r=f">Lyrics (Wow)</a>
<% } %> <% } %>
</div> </div>
<% } %> <% } %>
@ -348,7 +348,9 @@ summary:hover{
<% if (lyrics) { %> <% if (lyrics) { %>
<% if (r === "f") { %> <% if (r === "f") { %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<a href="/watch?v=<%=video.id%>">See the Recommended videos instead</a> - <a href="https://github.com/iamashley0/poketube/issues">Report wrong lyrics!</a> <p>
<a href="/watch?v=<%=video.id%>">See the Recommended videos instead</a> - <a href="https://github.com/iamashley0/poketube/issues">Report wrong lyrics qwq</a>
</p>
<div align="center"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <div align="center"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<h1 style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center"> <h1 style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center">
@ -395,3 +397,4 @@ summary:hover{
</body> </body>
</html> </html>
</body> </body>