mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 13:37:51 +01:00
add few stuff
This commit is contained in:
parent
c0b1c678db
commit
ce0ca2b24f
1 changed files with 9 additions and 14 deletions
|
@ -31,7 +31,7 @@
|
|||
<!DOCTYPE html>
|
||||
<% 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>
|
||||
|
||||
|
||||
|
@ -593,7 +593,6 @@ background-color: #0000;
|
|||
<script>
|
||||
// Function to apply styles after DOM has loaded
|
||||
function applyStyles() {
|
||||
// Your existing styles
|
||||
const styles = `
|
||||
.player {
|
||||
width: fit-content;
|
||||
|
@ -718,7 +717,7 @@ background-color: #0000;
|
|||
</script>
|
||||
</ptd-app-iconfixer>
|
||||
<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 class="progress-container">
|
||||
<div class="progress-bar"></div>
|
||||
|
@ -1340,10 +1339,9 @@ display: block; !important;" autoplay controls>
|
|||
|
||||
<span>Views : <%=engagement.viewCount.toLocaleString()%> <br>
|
||||
Genre: <%-inv_vid.genre %> <br>
|
||||
|
||||
Upload date: <%=date%> ^^ <br>
|
||||
Date of upload: <%=date%> ^^ <br>
|
||||
<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>
|
||||
<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;">
|
||||
<% if (twitter) { %>
|
||||
<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>
|
||||
|
||||
<% } %>
|
||||
|
||||
<% if (discord) { %>
|
||||
|
@ -1519,8 +1516,7 @@ display: block; !important;" autoplay controls>
|
|||
|
||||
<% if(!inv.comments) { %>
|
||||
<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>
|
||||
<% } %>
|
||||
|
||||
|
@ -1759,7 +1755,6 @@ Recommended Videos
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
<% if (Array.isArray(inv_vid.recommendedVideos) && inv_vid.recommendedVideos.length > 1) { %>
|
||||
|
||||
let checkbox = document.getElementById("continue");
|
||||
|
|
Loading…
Reference in a new issue