mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:34:43 -05:00
Update poketube.ejs
This commit is contained in:
parent
d5c16c340b
commit
ace66b2151
1 changed files with 8 additions and 5 deletions
|
@ -233,7 +233,7 @@ summary:hover{
|
|||
<div>
|
||||
<br>
|
||||
<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>
|
||||
|
@ -257,7 +257,7 @@ summary:hover{
|
|||
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||
|
||||
<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>
|
||||
<% } %>
|
||||
|
@ -266,12 +266,12 @@ summary:hover{
|
|||
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||
|
||||
<% 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) { %>
|
||||
<a href="/watch?v=<%=video.id%>&r=f">See The Lyrics</a>
|
||||
<a href="/watch?v=<%=video.id%>&r=f">Lyrics (Wow)</a>
|
||||
<% } %>
|
||||
</div>
|
||||
<% } %>
|
||||
|
@ -348,7 +348,9 @@ summary:hover{
|
|||
<% if (lyrics) { %>
|
||||
<% 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;">
|
||||
<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;">
|
||||
|
||||
<h1 style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||
|
@ -395,3 +397,4 @@ summary:hover{
|
|||
</body>
|
||||
</html>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue