mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:18:08 +01:00
bumpy version
This commit is contained in:
parent
84a10f9c0d
commit
f3439196d9
1 changed files with 5 additions and 5 deletions
|
@ -29,14 +29,14 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<% if(secure) { %><!-- HOTSTNAME_IS_POKETUBE.FUN --><% } %><% if(!secure) { %><!-- HOTSTNAME_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 event" style="background: #000000;" invidproxy="<%=u%>" universe="2" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web_<%=Date.now()%>">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
||||||
<% if (e === false) { %>
|
<% if (e === false) { %>
|
||||||
<!-- MetaTags disabled by user-->
|
<!-- meta tags disabled by user -->
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (!e) { %>
|
<% if (!e) { %>
|
||||||
<meta content="<%=inv_vid.title%>" name=title>
|
<meta content="<%=inv_vid.title%>" name=title>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
||||||
<meta content=summary_large_image name=twitter:card>
|
<meta content=summary_large_image name=twitter:card>
|
||||||
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
||||||
<% } %> <!-- closes the } -->
|
<!-- closes the } --> <% } %>
|
||||||
<meta name="darkreader-lock"> <!-- tells dark reader that the site has a dark theme and to turn itself off -->
|
<meta name="darkreader-lock"> <!-- tells dark reader that the site has a dark theme and to turn itself off -->
|
||||||
<link href="/css/yt-ukraine.svg?v=3" rel=icon>
|
<link href="/css/yt-ukraine.svg?v=3" rel=icon>
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
@ -383,7 +383,7 @@ a[data-onclick="jump_to_time"] {
|
||||||
<link href="/css/watch.main.css" rel=stylesheet>
|
<link href="/css/watch.main.css" rel=stylesheet>
|
||||||
<link href="/css/watch-util.css" rel=stylesheet>
|
<link href="/css/watch-util.css" rel=stylesheet>
|
||||||
<link href="/css/watch-navbar.css" rel=stylesheet>
|
<link href="/css/watch-navbar.css" rel=stylesheet>
|
||||||
<link href="/css/poketube.css?v=9834" rel=stylesheet>
|
<link href="/css/poketube.css?v=98934" rel=stylesheet>
|
||||||
|
|
||||||
<% if (k.Video.Channel.Name == "7clouds") { %>
|
<% if (k.Video.Channel.Name == "7clouds") { %>
|
||||||
<style>
|
<style>
|
||||||
|
@ -1642,7 +1642,7 @@ Recommended Videos
|
||||||
</a>
|
</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div>
|
<div>
|
||||||
<a class="max-lines-2" href="/channel?id=<%= x.authorId %>@youtube.com" style="-webkit-line-clamp:1;width:12em;word-wrap:break-word">
|
<a class="max-lines-2" href="/channel?id=<%= x.authorId %>@youtube.com" style="-webkit-line-clamp:1;width:173px;word-wrap:break-word">
|
||||||
<%=x.author %>
|
<%=x.author %>
|
||||||
</a>
|
</a>
|
||||||
<div class="video-views">
|
<div class="video-views">
|
||||||
|
|
Loading…
Reference in a new issue