Skip to content

Commit

Permalink
added instance switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldDominik893 committed Jan 28, 2024
1 parent 2c31d74 commit 5bc6747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watch/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function makeTimestamptoLinkSmaller($string) {
?>
<small>
<h2 style="text-align: center;"> <?php echo $title; ?> <br></h2></small>
<b><h4 style="text-align: center;"><?php echo $shared; ?> · <?php echo $views; ?> views · <?php echo $likes; ?> likes<?php echo $dislikes; ?></h4></b> <br> <details><summary><a class="button">Show/Hide Description</a></summary> <a style="margin-right: 3px;" class="button" href="//youtu.be/<?php echo $params['v']?>">Watch on YouTube</a><a style="margin-right: 3px;" class="button" href="//redirect.invidious.io/<?php echo $params['v']?>">Watch on Invidious</a><a class="button">Switch Instance</a><hr style="margin-top: 8px; margin-bottom: 5px;" class="hr"><?php echo $cdesc; ?> </details><br>
<b><h4 style="text-align: center;"><?php echo $shared; ?> · <?php echo $views; ?> views · <?php echo $likes; ?> likes<?php echo $dislikes; ?></h4></b> <br> <details><summary><a class="button">Show/Hide Description</a></summary> <a style="margin-right: 3px;" class="button" href="//youtu.be/<?php echo $params['v']?>">Watch on YouTube</a><a style="margin-right: 3px;" class="button" href="//redirect.invidious.io/<?php echo $params['v']?>">Watch on Invidious</a><a href="https://liberatube-instances.epicsite.xyz/?v=<?php echo $params['v']?>" class="button">Switch Instance</a><hr style="margin-top: 8px; margin-bottom: 5px;" class="hr"><?php echo $cdesc; ?> </details><br>



Expand Down

0 comments on commit 5bc6747

Please # to comment.