addcool stuff

This commit is contained in:
ashley 2024-11-03 15:22:38 +00:00
parent d477b56af0
commit a28f8e2536

View file

@ -817,7 +817,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
<p id="fetch-count"> <p id="fetch-count">
</p> </p>
<a class="settings-icon" href="https://social.poketube.fun/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>"><i class="fa-brands fa-mastodon"></i> <a class="settings-icon" href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>"><i class="fa-brands fa-mastodon"></i>
</a> </a>
<a class="settings-icon" href="/customize"><i class="fa-light fa-brush"></i> <a class="settings-icon" href="/customize"><i class="fa-light fa-brush"></i>
@ -832,9 +832,9 @@ if your domain matches this code you are probably in poketube.fun owo:3
<div class="dropdown__menu" style="right: -1em;"> <div class="dropdown__menu" style="right: -1em;">
<a href="https://social.poketube.fun/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item"> <a href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
<i class="fa-brands fa-mastodon"></i> <i class="fa-brands fa-mastodon"></i>
Share On PokeSocial! Share On <%= config.mastodon_client_server_name %>!
</a> </a>
<a href="/customize" style="text-decoration: none;" class="dropdown__item"> <a href="/customize" style="text-decoration: none;" class="dropdown__item">
@ -2711,11 +2711,11 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
</div> </div>
</a> </a>
<a class="new-button" style="color:#fff" href="https://social.poketube.fun/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>"> <a class="new-button" style="color:#fff" href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>">
<div class="pill-button"> <div class="pill-button">
<i class="fa-brands fa-mastodon"></i> <i class="fa-brands fa-mastodon"></i>
Share On PokeSocial! Share On <%= config.mastodon_client_server_name %>!
</div> </div>
</a> </a>