Code for the Youtube Alternatives section #694
@ -127,6 +127,7 @@
|
|||||||
<a class="dropdown-item" href="{{prefix}}#encrypt">File Encryption</a>
|
<a class="dropdown-item" href="{{prefix}}#encrypt">File Encryption</a>
|
||||||
<a class="dropdown-item" href="{{prefix}}#darknets">Self-contained Networks</a>
|
<a class="dropdown-item" href="{{prefix}}#darknets">Self-contained Networks</a>
|
||||||
<a class="dropdown-item" href="{{prefix}}#social">Social Networks</a>
|
<a class="dropdown-item" href="{{prefix}}#social">Social Networks</a>
|
||||||
|
<a class="dropdown-item" href="{{prefix}}#streaming">Youtube Frontends</a>
|
||||||
|
|||||||
<a class="dropdown-item" href="{{prefix}}#dns">DNS</a>
|
<a class="dropdown-item" href="{{prefix}}#dns">DNS</a>
|
||||||
<a class="dropdown-item" href="{{prefix}}#notebook">Digital Notebook</a>
|
<a class="dropdown-item" href="{{prefix}}#notebook">Digital Notebook</a>
|
||||||
<a class="dropdown-item" href="{{prefix}}#paste">Paste Services</a>
|
<a class="dropdown-item" href="{{prefix}}#paste">Paste Services</a>
|
||||||
|
BIN
assets/img/tools/freetube.png
Normal file
BIN
assets/img/tools/freetube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
assets/img/tools/invidious.png
Normal file
BIN
assets/img/tools/invidious.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/tools/newpipe.png
Normal file
BIN
assets/img/tools/newpipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
34
index.html
34
index.html
@ -1688,7 +1688,39 @@ layout: default
|
|||||||
<li><a href="https://addons.mozilla.org/firefox/addon/facebook-container/">Facebook Container by Mozilla</a> - Prevent Facebook from tracking you around the web.</li>
|
<li><a href="https://addons.mozilla.org/firefox/addon/facebook-container/">Facebook Container by Mozilla</a> - Prevent Facebook from tracking you around the web.</li>
|
||||||
<li><a href="https://www.facebook.com/help/delete_account">Delete your Facebook account</a> - Direct link to delete your Facebook account without being able to reactivate it again.</li>
|
<li><a href="https://www.facebook.com/help/delete_account">Delete your Facebook account</a> - Direct link to delete your Facebook account without being able to reactivate it again.</li>
|
||||||
<li><a href="https://deletefacebook.com/">How To Permanently Delete A Facebook Account</a> - This guide will take you through a smooth and successful Facebook account deletion.</li>
|
<li><a href="https://deletefacebook.com/">How To Permanently Delete A Facebook Account</a> - This guide will take you through a smooth and successful Facebook account deletion.</li>
|
||||||
</ul> <h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
</ul> <h1 id="streaming" class="anchor"><a href="#streaming"><i class="fas fa-link anchor-icon"></i></a> Youtube Frontends</h1>
|
||||||
|
|
||||||
|
<div class="alert alert-warning" role="alert">
|
||||||
|
<strong>If you are currently using youtube.com or the Youtube app, you should pick alternatives here.</strong>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row mb-2">
|
||||||
|
|
||||||
|
{% include card.html color="success"
|
||||||
|
title="Desktop: Invidio.us"
|
||||||
|
image="assets/img/tools/invidious.png"
|
||||||
|
url="https://invidio.us"
|
||||||
|
footer="OS: Browser"
|
||||||
|
description="Invidious is a Youtube Frontend that gets Youtube Videos directly from googevideo.com. This means that you can watch youtube videos without most of the tracking."
|
||||||
|
%}
|
||||||
|
|
||||||
|
{% include card.html color="primary"
|
||||||
|
title="Mobile: Newpipe"
|
||||||
|
image="assets/img/tools/newpipe.png"
|
||||||
|
url="https://newpipe.schabi.org/"
|
||||||
|
footer="OS: Android"
|
||||||
|
description='Newpipe is another Youtube Frontend that acts like invidious, but is an app available for fdroid. Newpipe supposed to be used without the proprietary YouTube-API or any of Google's (proprietary) play-services. NewPipe only parses the YouTube website in order to gain the information it needs. Newpipe has also got many useful features such as the ability to play videos in the background, as a popup and to download videos.'
|
||||||
|
%}
|
||||||
|
|
||||||
|
{% include card.html color="warning"
|
||||||
|
title="Freetube"
|
||||||
|
image="assets/img/tools/freetube.png"
|
||||||
|
url="https://github.com/FreeTubeApp/FreeTube/"
|
||||||
|
footer="OS: Windows, Mac OS, Linux."
|
||||||
|
description='Freetube is a desktop application that uses the Invidious API to get Youtube Videos, and gives them to you in privacy just like invidious. Tor can be used to relay API calls so google cannot track your IP address.'
|
||||||
|
%}
|
||||||
|
|
||||||
|
</div> <h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
||||||
|
|
||||||
<div class="row mb-2">
|
<div class="row mb-2">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user
I think this should align with the other a tags.