mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:48:24 +01:00
Mystery text :3
This commit is contained in:
parent
77b22fda86
commit
efec71476e
1 changed files with 6 additions and 6 deletions
|
@ -371,7 +371,7 @@ Create
|
|||
</a>
|
||||
<% if (!a) { %>
|
||||
|
||||
<a href="/watch?v=<%=video.id%>&a=false" style="text-decoration: none;" class="dropdown__item">
|
||||
<a href="/watch?v=<%=video.id%>&a=false" title="Ambient mode uses a lighting effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! owo" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-lightbulb-on"></i>
|
||||
Ambient mode • on
|
||||
</a>
|
||||
|
@ -380,7 +380,7 @@ Create
|
|||
<% if (a) { %>
|
||||
|
||||
|
||||
<a href="/watch?v=<%=video.id%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<a title="Ambient mode uses a lighting effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! owo" href="/watch?v=<%=video.id%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-lightbulb" style="width: 1em;margin-left: 4px;"></i>
|
||||
Ambient mode • off
|
||||
</a>
|
||||
|
@ -473,13 +473,13 @@ display: block;" autoplay controls
|
|||
</label>
|
||||
<div class="div_box">
|
||||
Video id : <%=video.id%> <br>
|
||||
AmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
|
||||
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
|
||||
Video Format :<% if (!qua) { %> 22 (720p) gstreamer1-libav openh264 mp4a.40.2 | 44100Hz <% } %>
|
||||
<% if (qua === "medium") { %> 18 (320p) gstreamer1-libav openh264 mp4a.40.2 | 44100Hz <% } %> <br>
|
||||
PokeTubeEncryptID: <%=sha384(video.id)%> <br>
|
||||
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location<br>
|
||||
Date : <%- Date.now() %> <br>
|
||||
Mystery text : <br>
|
||||
Mystery text : <%=btoa(video.id + " i " + " lov " + " u " + u.replace("https://","") ) %> <br>
|
||||
143 : true <br>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue