add alot of cool stuff :3

This commit is contained in:
ashley 2024-10-28 04:29:07 +00:00
parent cad92a9ad2
commit 8ca00ef881

View file

@ -2425,17 +2425,33 @@ window.addEventListener("unload", cleanup)
summary:hover{
color:white;
}
:visited {
color: var(--text-link-visited)
:visited {
color: #f08;
}
.video > .thumbnail > .video-length {
font-size: smaller;
background-color: #0008;
color: #fff;
padding: 2px;
border-radius: 3px;
font-family: var(--text-font-primary);
font-stretch: extra-expanded;
font-weight: 600;
}
#continue {
max-width: 14px;
max-height: 14px;
}
.recommended-list > .video > .info {
margin-top: 4px;
}
a {
color: var(--text-link)
color: #f08;
}
.comment-mini:hover {
@ -2534,7 +2550,7 @@ a {
<div class="primary" >
<div class="video-player-container" style="background-color:#000">
<video style="border-radius: 16px;" class="player" id="video" autoplay controls poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4">
<video style="border-radius: 16px;" class="player" id="video" autoplay controls poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4" onerror="setTimeout(function() { location.reload(); }, 5000>
@ -2544,7 +2560,7 @@ a {
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="hd720" selected="true">
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="hd720" selected="true" onerror="setTimeout(function() { location.reload(); }, 5000>
<% } %>
@ -3323,7 +3339,10 @@ More Epic options owo~
<% } %>
<div>
<a class="max-lines-2" href="/channel?id=<%= x.authorId %>@youtube.com" style="-webkit-line-clamp:1;width:12em;word-wrap:break-word;color:#fff;">
<%=x.author %>
<%=x.author %> <% if (x?.authorVerified) { %>
<i class="icon ion ion-md-checkmark-circle" style="margin-left: 0em;" title="verified channel"></i>
<% } %>
</a>
<div class="video-views">