mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
whoa cool stuff and good stuff
Signed-off-by: Ashley <iamashley@duck.com>
This commit is contained in:
parent
454e43cff9
commit
070aa05b2e
1 changed files with 16 additions and 7 deletions
|
@ -1,5 +1,12 @@
|
|||
<% if (!isMobile) { %>
|
||||
<!--
|
||||
HEYOOOOOOOOOO!!!!!!
|
||||
|
||||
poketube is the privacy first youtube front end ! fell free to pull request on codeberg.org!
|
||||
|
||||
if you want to host an instance, see README.md
|
||||
|
||||
license below:
|
||||
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
|
||||
|
@ -20,12 +27,13 @@
|
|||
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html class="poketube_desktop_player" version="browser_web">
|
||||
<html class="poketube_desktop_player" vid_id="<%=video.id%>" t="<%=btoa(Date.now())%>" version="browser_web">
|
||||
<head>
|
||||
<% if (e === false) { %>
|
||||
<!-- MetaTag disabled -->
|
||||
<% } %>
|
||||
<% if (!e) { %>
|
||||
|
||||
<meta content="<%=video.Title%>" name=title>
|
||||
<meta content="<%=color%>" name="theme-color">
|
||||
<meta content="<%=video.Channel.Name%>" name=twitter:author>
|
||||
|
@ -296,7 +304,8 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<div class="app" id="secret-theme" style="color:var(--text-color)">
|
||||
|
@ -339,7 +348,7 @@ But Please note that unofficial instances can add the same lock icon, so please
|
|||
<button class="btn btn-success" type="submit" style="transform: translate(21em, -1.25em);"><i class="fa-light fa-search"></i></button>
|
||||
</form>
|
||||
|
||||
<img loading="lazy" src="https://search-metrics.poketube.fun/t/rep.gif" style="border:0;width: 0;visibility: hidden;">
|
||||
<img src="https://search-metrics.poketube.fun/t/rep.gif" style="border:0;width: 0;visibility: hidden;">
|
||||
|
||||
</div>
|
||||
<div class="right">
|
||||
|
@ -1077,12 +1086,12 @@ display: block; !important;" autoplay controls
|
|||
<!-- START <%=t%> -->
|
||||
|
||||
<!-- SESSION -->
|
||||
<img loading="lazy" src="<%=t%>t/rep.gif?ID=<%=btoa(Date.now())%>" style="width: 0;visibility: hidden;" id="SesionID">
|
||||
<img loading="lazy" src="<%=t%>t/rep.gif?piwik=t" style="width: 0;visibility: hidden;" id="piwik_noip_no_personal-info_collect">
|
||||
<img src="<%=t%>t/rep.gif?ID=<%=btoa(Date.now())%>" style="width: 0;visibility: hidden;" id="SesionID">
|
||||
<img src="<%=t%>t/rep.gif?piwik=t" style="width: 0;visibility: hidden;" id="piwik_noip_no_personal-info_collect">
|
||||
|
||||
<!-- VIDEO -->
|
||||
<img loading="lazy" src="<%=t%>t/rep.gif?video_id=<%=btoa(video.id)%>" style="width: 0;visibility: hidden;" id="videoID">
|
||||
<img loading="lazy" src="<%=t%>t/rep.gif?channel_ID=<%=btoa(video.Channel.id)%>" style="width: 0;visibility: hidden;" id="channel">
|
||||
<img src="<%=t%>t/rep.gif?video_id=<%=btoa(video.id)%>" style="width: 0;visibility: hidden;" id="videoID">
|
||||
<img src="<%=t%>t/rep.gif?channel_ID=<%=btoa(video.Channel.id)%>" style="width: 0;visibility: hidden;" id="channel">
|
||||
|
||||
|
||||
<!-- END <%=t%> -->
|
||||
|
|
Loading…
Reference in a new issue