Update html/watch.ejs
This commit is contained in:
parent
587a8a1b5c
commit
7681a0117d
@ -2571,7 +2571,13 @@ a {
|
||||
|
||||
|
||||
|
||||
<source src="<%=u%>/latest_version?id=<%=VideoData.videoId%>&itag=18&local=true" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true" onerror="">
|
||||
<source
|
||||
src="<%=u%>/latest_version?id=<%=VideoData.videoId%>&itag=18&local=true"
|
||||
type='video/mp4; codecs="avc1.64001F, mp4a.40.2"'
|
||||
label="hd720"
|
||||
selected="true"
|
||||
onerror="setTimeout(() => location.reload(), 2000)"
|
||||
/>
|
||||
|
||||
<% } %>
|
||||
|
||||
@ -2718,6 +2724,37 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="new-button" style="color:#fff" href="/customize">
|
||||
<div class="pill-button">
|
||||
<i class="fa-brands fa-brush"></i>
|
||||
Customize
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a class="new-button" style="color:#fff" href="/calendar">
|
||||
<div class="pill-button">
|
||||
<i class="fa-light fa-calendar"></i>
|
||||
Calendar
|
||||
</div>
|
||||
</a>
|
||||
<a class="new-button" style="color:#fff" href="/translate">
|
||||
<div class="pill-button">
|
||||
<i class="fa-light fa-language"></i>
|
||||
Translate
|
||||
</div>
|
||||
</a>
|
||||
<a class="new-button" style="color:#fff" href="/map">
|
||||
<div class="pill-button">
|
||||
<i class="fa-light fa-map-location-dot">"></i>
|
||||
PokeMaps
|
||||
</div>
|
||||
</a> <a class="new-button" style="color:#fff" href="/notepad">
|
||||
<div class="pill-button">
|
||||
<i class="fa-light fa-memo-pad">"></i>
|
||||
Pokepad
|
||||
</div>
|
||||
</a>
|
||||
<a class="new-button" style="color:#fff" onclick="share()">
|
||||
<div class="pill-button">
|
||||
|
||||
@ -2740,6 +2777,14 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||
Redirect
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a class="new-button" style="color:#fff" href="https://youtube.com/watch?v=<%=VideoData.videoId%>">
|
||||
<div class="pill-button">
|
||||
<i class="fa-brands fa-youtube"></i>
|
||||
Open On YouTube
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</a>
|
||||
|
||||
@ -2955,7 +3000,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||
|
||||
<div style="display: flex;gap: 3px;">
|
||||
<% if (twitter) { %>
|
||||
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
|
||||
<div style="background: #0007;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://twitter.com/<%- twitter.name %>"> @<%- twitter.name %></a>
|
||||
</div>
|
||||
|
||||
@ -3539,7 +3584,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
});
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</script> <script src="/css/custom-css.js"></script>
|
||||
<script>
|
||||
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user