mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 19:37:48 +01:00
add few stuff
This commit is contained in:
parent
c0b1c678db
commit
ce0ca2b24f
1 changed files with 9 additions and 14 deletions
|
@ -31,8 +31,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<% if(secure) { %><!-- HOSTNAME_IS_POKETUBE.FUN --><% } %><% if(!secure) { %><!-- HOSTNAME_IS_NOT_POKETUBE.FUN --><% } %>
|
<% if(secure) { %><!-- HOSTNAME_IS_POKETUBE.FUN --><% } %><% if(!secure) { %><!-- HOSTNAME_IS_NOT_POKETUBE.FUN --><% } %>
|
||||||
|
|
||||||
<html class="poketube_desktop_player js event" style="background: #000000;" invidproxy="<%=u%>" universe="2" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web_<%=Date.now()%>">
|
<html class="poketube_desktop_player js events addEventListener" style="background: #000000;" invidproxy="<%=u%>" universe_version="2" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web_<%=Date.now()%>">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
||||||
<% if (e === false) { %>
|
<% if (e === false) { %>
|
||||||
|
@ -593,7 +593,6 @@ background-color: #0000;
|
||||||
<script>
|
<script>
|
||||||
// Function to apply styles after DOM has loaded
|
// Function to apply styles after DOM has loaded
|
||||||
function applyStyles() {
|
function applyStyles() {
|
||||||
// Your existing styles
|
|
||||||
const styles = `
|
const styles = `
|
||||||
.player {
|
.player {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
@ -718,7 +717,7 @@ background-color: #0000;
|
||||||
</script>
|
</script>
|
||||||
</ptd-app-iconfixer>
|
</ptd-app-iconfixer>
|
||||||
<ptd-app-ejs>
|
<ptd-app-ejs>
|
||||||
<div class="app" id="secret-theme" 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>
|
||||||
|
@ -1340,10 +1339,9 @@ display: block; !important;" autoplay controls>
|
||||||
|
|
||||||
<span>Views : <%=engagement.viewCount.toLocaleString()%> <br>
|
<span>Views : <%=engagement.viewCount.toLocaleString()%> <br>
|
||||||
Genre: <%-inv_vid.genre %> <br>
|
Genre: <%-inv_vid.genre %> <br>
|
||||||
|
Date of upload: <%=date%> ^^ <br>
|
||||||
Upload date: <%=date%> ^^ <br>
|
|
||||||
<hr style="clear: both;display: none;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: none;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||||
Rating : <%=engagement.rating.toLocaleString()%> (<%=engagement.dislikes.toLocaleString()%>/<%=engagement.likes.toLocaleString()%> LTDR) <br>
|
Rating : <%=engagement.rating.toLocaleString()%> (<%=engagement.dislikes.toLocaleString()%>/<%=engagement.likes.toLocaleString()%> <abbr title="Like To dislike ratio - the number to the left is dislike count and the one to the right is like count :3">LTDR</abbr>) <br>
|
||||||
RYD date created : <%=engagement.dateCreated.toLocaleString()%> <br>
|
RYD date created : <%=engagement.dateCreated.toLocaleString()%> <br>
|
||||||
<a href="https://returnyoutubedislikeapi.com/votes?videoId=<%=inv_vid.videoId%>">See in json</a>
|
<a href="https://returnyoutubedislikeapi.com/votes?videoId=<%=inv_vid.videoId%>">See in json</a>
|
||||||
|
|
||||||
|
@ -1413,9 +1411,8 @@ display: block; !important;" autoplay controls>
|
||||||
<div style="display: flex;margin-left: -134px;gap: 3px;margin-top: 8px;">
|
<div style="display: flex;margin-left: -134px;gap: 3px;margin-top: 8px;">
|
||||||
<% if (twitter) { %>
|
<% if (twitter) { %>
|
||||||
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
|
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
|
||||||
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/8473b88f-36a4-437f-8c14-fb9e38a623d9.image.png?v=1693424579898" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://x.com/<%- twitter.name %>"> @<%- twitter.name %></a>
|
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/8473b88f-36a4-437f-8c14-fb9e38a623d9.image.png?v=1693424579898" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://nitter.freedit.eu/<%- twitter.name %>"> @<%- twitter.name %></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (discord) { %>
|
<% if (discord) { %>
|
||||||
|
@ -1519,8 +1516,7 @@ display: block; !important;" autoplay controls>
|
||||||
|
|
||||||
<% if(!inv.comments) { %>
|
<% if(!inv.comments) { %>
|
||||||
<p style="text-align: center">
|
<p style="text-align: center">
|
||||||
no comments on this video (it may be disabled or theres just no comments lol)
|
no comments on this video (it may be disabled or theres just no comments lol or youtube did something that broke comments ;_;)
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
@ -1733,7 +1729,7 @@ Recommended Videos
|
||||||
|
|
||||||
<div style="font-family:poketube flex,sans-serif;font-weight: 500;font-stretch: extra-expanded;" align="center">
|
<div style="font-family:poketube flex,sans-serif;font-weight: 500;font-stretch: extra-expanded;" align="center">
|
||||||
|
|
||||||
<div>Options got Moved to the <i class="fa-light fa-gear loaded"></i> icon :3</div>
|
<div>Options got Moved to the <i class="fa-light fa-gear loaded"></i> icon :3 </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1759,8 +1755,7 @@ Recommended Videos
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<% if (Array.isArray(inv_vid.recommendedVideos) && inv_vid.recommendedVideos.length > 1) { %>
|
||||||
<% if (Array.isArray(inv_vid.recommendedVideos) && inv_vid.recommendedVideos.length > 1) { %>
|
|
||||||
|
|
||||||
let checkbox = document.getElementById("continue");
|
let checkbox = document.getElementById("continue");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue