mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 04:48:42 +01:00
alot fof cool stuff
This commit is contained in:
parent
8228907bfe
commit
df4d228861
1 changed files with 22 additions and 16 deletions
|
@ -403,25 +403,28 @@ a[data-onclick="jump_to_time"] {
|
||||||
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
||||||
<script src="/static/vjs.min.js?v=45959"></script>
|
<script src="/static/vjs.min.js?v=45959"></script>
|
||||||
<style>
|
<style>
|
||||||
.vjs-play-progress {
|
/*
|
||||||
|
custom css for pokeVJS
|
||||||
|
*/
|
||||||
|
.vjs-play-progress {
|
||||||
background-image: linear-gradient(to right,
|
background-image: linear-gradient(to right,
|
||||||
#ff0045,
|
#ff0045,
|
||||||
#ff0e55,
|
#ff0e55,
|
||||||
#ff1d79
|
#ff1d79
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
.vjs-control-bar {
|
|
||||||
background-color: #0007 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vjs-remaining-time,
|
.vjs-control-bar {
|
||||||
.vjs-fullscreen-control {
|
border-radius: 16px;
|
||||||
|
background-color: #0007 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vjs-remaining-time,
|
||||||
|
.vjs-fullscreen-control {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
color: white;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
</style>
|
|
||||||
<!-- en_us -->
|
<!-- en_us -->
|
||||||
<script src="/static/player-base.js?v=21&lang=en_us&set=player_ias.vflset"> </script>
|
<script src="/static/player-base.js?v=21&lang=en_us&set=player_ias.vflset"> </script>
|
||||||
|
|
||||||
|
@ -1004,6 +1007,9 @@ Offical Discord Server! :3
|
||||||
<a href="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" style="color: #fff;">
|
<a href="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" style="color: #fff;">
|
||||||
<i class="fa-light fa-download"></i> Download Video (360p)</a>
|
<i class="fa-light fa-download"></i> Download Video (360p)</a>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="/download?id=<%=inv_vid.videoId%>" style="color: #fff;">
|
||||||
|
<i class="fa-light fa-download"></i> Download - Moar Options</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="loopOption">
|
<div id="loopOption">
|
||||||
<i class="fa-light fa-repeat"> </i> Loop Video
|
<i class="fa-light fa-repeat"> </i> Loop Video
|
||||||
|
@ -1019,13 +1025,13 @@ Offical Discord Server! :3
|
||||||
</div>
|
</div>
|
||||||
<div >
|
<div >
|
||||||
<a href="https://codeberg.org/ashley/poke/src/branch/main/fix-videoplayback-issues.md" style="color: #fff;">
|
<a href="https://codeberg.org/ashley/poke/src/branch/main/fix-videoplayback-issues.md" style="color: #fff;">
|
||||||
<i class="fa-light fa-info-circle"></i> Having issues?</a>
|
<i class="fa-light fa-info-circle"></i> Having issues ;_;</a>
|
||||||
</div>
|
</div>
|
||||||
<div >
|
<div >
|
||||||
<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 v0.9-rev1 - 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-020924_0143ab93_videojs8_1563605 - licensed under gpl3-or-later</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1162,7 +1168,7 @@ Offical Discord Server! :3
|
||||||
<% if (inv_vid.genre !== "Music") { %>
|
<% if (inv_vid.genre !== "Music") { %>
|
||||||
Audio Format: 140 ( High ) <br>
|
Audio Format: 140 ( High ) <br>
|
||||||
<% } %>
|
<% } %>
|
||||||
PokeTubeEncryptID: <%=sha384(inv_vid.videoId)%> <br>
|
PokeEncryptID: <%=sha384(inv_vid.videoId)%> <br>
|
||||||
<% if (isvidious) { %>
|
<% if (isvidious) { %>
|
||||||
|
|
||||||
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location<br>
|
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location<br>
|
||||||
|
|
Loading…
Reference in a new issue