cool stuff :3
This commit is contained in:
parent
39bc5d5692
commit
4a6ab5b580
@ -730,7 +730,10 @@ background-color: #0000;
|
|||||||
</script>
|
</script>
|
||||||
<ptd-app-ejs>
|
<ptd-app-ejs>
|
||||||
<div class="app" id="secret-theme" canHaveAmbientMode="true" style="color:var(--text-color)">
|
<div class="app" id="secret-theme" canHaveAmbientMode="true" style="color:var(--text-color)">
|
||||||
|
|
||||||
<div id="loopedIndicator"></div>
|
<div id="loopedIndicator"></div>
|
||||||
|
|
||||||
|
|
||||||
<div class="progress-container">
|
<div class="progress-container">
|
||||||
<div class="progress-bar"></div>
|
<div class="progress-bar"></div>
|
||||||
</div>
|
</div>
|
||||||
@ -845,7 +848,8 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
|||||||
|
|
||||||
|
|
||||||
<div class="dropdown__menu" style="right: -1em;">
|
<div class="dropdown__menu" style="right: -1em;">
|
||||||
<a href="<%= config.mastodon_client_url %>/share?text=watch+<%=VideoData.title%>+by+<%=VideoData.author%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=VideoData.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
|
||||||
|
<a href="<%= config.mastodon_client_url %>/share?text=watch+<%=VideoData.title%>+by+<%=VideoData.author%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=VideoData.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-brands fa-mastodon"></i>
|
<i class="fa-brands fa-mastodon"></i>
|
||||||
Share On <%= config.mastodon_client_server_name %>!
|
Share On <%= config.mastodon_client_server_name %>!
|
||||||
</a>
|
</a>
|
||||||
@ -863,9 +867,9 @@ My Account
|
|||||||
<i class="fa-light fa-compass"></i>
|
<i class="fa-light fa-compass"></i>
|
||||||
Discover Poke
|
Discover Poke
|
||||||
</a>
|
</a>
|
||||||
<a href="/maps" style="text-decoration: none;" class="dropdown__item">
|
<a href="/weather" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-map"></i>
|
<i class="fa-light fa-weather"></i>
|
||||||
Poke Maps
|
Poke Weather
|
||||||
</a>
|
</a>
|
||||||
<a href="/translate" style="text-decoration: none;" class="dropdown__item">
|
<a href="/translate" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-language"></i>
|
<i class="fa-light fa-language"></i>
|
||||||
@ -873,7 +877,7 @@ Poke Translate
|
|||||||
</a>
|
</a>
|
||||||
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
|
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-grid-2"></i>
|
<i class="fa-light fa-grid-2"></i>
|
||||||
Poke Apps </a>
|
More From Poke </a>
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
|
||||||
|
|
||||||
<% if (!a) { %>
|
<% if (!a) { %>
|
||||||
@ -921,7 +925,7 @@ Poke Translate
|
|||||||
|
|
||||||
<a href="/watch?v=<%=VideoData.videoId%>&universe=2" title="test out the new layout of poke!" style="text-decoration: none;" class="dropdown__item">
|
<a href="/watch?v=<%=VideoData.videoId%>&universe=2" title="test out the new layout of poke!" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
|
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
|
||||||
Testing Mode
|
Testing Mode (may be buggy)
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
@ -981,7 +985,7 @@ Offical Discord Server! :3
|
|||||||
</div> <div >
|
</div> <div >
|
||||||
|
|
||||||
<a href="/download?v=<%=VideoData.videoId%>" style="color: #fff;">
|
<a href="/download?v=<%=VideoData.videoId%>" style="color: #fff;">
|
||||||
<i class="fa-light fa-download"></i> Download - Moar Options</a>
|
<i class="fa-light fa-download"></i> Download - Moar Options :O</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="loopOption">
|
<div id="loopOption">
|
||||||
@ -1004,7 +1008,7 @@ Offical Discord Server! :3
|
|||||||
<a href="https://discord.poketube.fun" style="color: #fff;">
|
<a href="https://discord.poketube.fun" style="color: #fff;">
|
||||||
<i class="fa-brands fa-discord"></i> Discord Server</a>
|
<i class="fa-brands fa-discord"></i> Discord Server</a>
|
||||||
</div>
|
</div>
|
||||||
<p style="margin: 0px;font-family: "poketube flex";color: gray;font-size: 11px;text-align: center;">PokeVideoPlayer v23.9-app.js-020924_<br> 0143ab93_videojs8_1563605_YT_2d24ba15 licensed under gpl3-or-later </p>
|
<p style="margin: 0px;font-family: "poketube flex";color: gray;font-size: 11px;text-align: center;">PokeVideoPlayer v23.9-app.js-aug2025_<br> 0143ab93_videojs8_1563605_YT_2d24ba15 licensed under gpl3-or-later </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -1197,16 +1201,6 @@ Offical Discord Server! :3
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<% if (inv.comments) { %>
|
|
||||||
<input type="checkbox" class="hj" id="j" style="display:none">
|
|
||||||
<label class="hj" for="j">
|
|
||||||
<div class="fnt">
|
|
||||||
|
|
||||||
<i title="FLYING COMMENTS" class="fa-light fa-comments"></i> </div>
|
|
||||||
|
|
||||||
</label>
|
|
||||||
<% } %>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1215,7 +1209,7 @@ Offical Discord Server! :3
|
|||||||
<div class="div_box">
|
<div class="div_box">
|
||||||
Video id : <%=VideoData.videoId%> <br>
|
Video id : <%=VideoData.videoId%> <br>
|
||||||
ImmersiveAmbientModecolor: <% 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) { %> <%= itag_hd %> (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
|
Video Format :<% if (!qua) { %> <%= itag %> (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
|
||||||
<% if (qua === "medium") { %> 18 (320p) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %> <br>
|
<% if (qua === "medium") { %> 18 (320p) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %> <br>
|
||||||
<% if (VideoData.genre === "Music") { %>
|
<% if (VideoData.genre === "Music") { %>
|
||||||
Audio Format: ALAC lossless (https://github.com/macosforge/alac) <br>
|
Audio Format: ALAC lossless (https://github.com/macosforge/alac) <br>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user