enable uni 2 by default :3

This commit is contained in:
Ashley 2023-03-18 22:39:32 +00:00
parent 4a951ab167
commit a25733474d

View file

@ -27,7 +27,7 @@
--> -->
<!DOCTYPE html> <!DOCTYPE html>
<html class="poketube_desktop_player" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web"> <html class="poketube_desktop_player event" universe="2" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web">
<head> <head>
<% if (e === false) { %> <% if (e === false) { %>
<!-- MetaTag disabled --> <!-- MetaTag disabled -->
@ -40,7 +40,7 @@
<meta content=@youtube name=twitter:site> <meta content=@youtube name=twitter:site>
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url> <meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
<meta content="<%=inv_vid.title%> | PokeTube" name=twitter:title> <meta content="<%=inv_vid.title%> | PokeTube" name=twitter:title>
<meta content="Watch this video by <%=video?.Channel?.Name%> On PokeTube. The YouTube front-end that doesnt track you!" property=twitter:description> <meta content="Watch this video from <%=video?.Channel?.Name%> On PokeTube! The Libre YouTube Front end!1!" property=twitter:description>
<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>
@ -387,7 +387,6 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
</style> </style>
<% } %> <% } %>
<% if (universe) { %>
<style> <style>
:root { :root {
@ -398,10 +397,6 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
background: linear-gradient(to bottom, #1c1c1c, #101); background: linear-gradient(to bottom, #1c1c1c, #101);
} }
.new-button {
border-radius:1em;
}
.comment-list.left-padding { .comment-list.left-padding {
border-radius: 1em !important; border-radius: 1em !important;
} }
@ -439,7 +434,6 @@ position: sticky;
</style> </style>
<% } %>
</head> </head>