mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
Update youtube.ejs
This commit is contained in:
parent
2fa88fe468
commit
d04bc4e0b6
1 changed files with 1 additions and 4 deletions
|
@ -46,10 +46,7 @@
|
||||||
</a><hr>
|
</a><hr>
|
||||||
<p><i class="fas fa-calendar-alt"></i> <%=date%>|<i class="fas fa-chart-bar"></i> <%=video.engagement.views.toLocaleString()%> Views| <i class="fas fa-thumbs-up"></i> <%=video.engagement.likes.toLocaleString()%> <i class="fas fa-thumbs-down"></i> <%=video.engagement.dislikes.toLocaleString()%><br></p>
|
<p><i class="fas fa-calendar-alt"></i> <%=date%>|<i class="fas fa-chart-bar"></i> <%=video.engagement.views.toLocaleString()%> Views| <i class="fas fa-thumbs-up"></i> <%=video.engagement.likes.toLocaleString()%> <i class="fas fa-thumbs-down"></i> <%=video.engagement.dislikes.toLocaleString()%><br></p>
|
||||||
<p><i class="fas fa-shield-alt"></i> Youtube wont know you are whatching this video (also your fbi guy wont know too)</p> <br> <br> <noscript><p><i class="fas fa-code"></i> Hey,you are on no script mode rn. Yes,Poketube does not require billion lame scripts to run :P</p></noscript>
|
<p><i class="fas fa-shield-alt"></i> Youtube wont know you are whatching this video (also your fbi guy wont know too)</p> <br> <br> <noscript><p><i class="fas fa-code"></i> Hey,you are on no script mode rn. Yes,Poketube does not require billion lame scripts to run :P</p></noscript>
|
||||||
|
|
||||||
<!--- react thing (yes,you can still use this app on no script) -->
|
|
||||||
<script src="htttps://poketalebot.com/js/chunks/vendor.004560fb.js"></script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var VideoTitle = "<%=title.title%>"
|
var VideoTitle = "<%=title.title%>"
|
||||||
var ChannelTitle = "<%=title.channelTitle%> "
|
var ChannelTitle = "<%=title.channelTitle%> "
|
||||||
|
|
Loading…
Reference in a new issue