diff --git a/_layouts/default.html b/_layouts/default.html index 5e0e966b..88ec8ef5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -127,6 +127,7 @@ File Encryption Self-contained Networks Social Networks + Youtube Frontends DNS Digital Notebook Paste Services diff --git a/assets/img/tools/freetube.png b/assets/img/tools/freetube.png new file mode 100644 index 00000000..5506d3b5 Binary files /dev/null and b/assets/img/tools/freetube.png differ diff --git a/assets/img/tools/invidious.png b/assets/img/tools/invidious.png new file mode 100644 index 00000000..d0c0a3b3 Binary files /dev/null and b/assets/img/tools/invidious.png differ diff --git a/assets/img/tools/newpipe.png b/assets/img/tools/newpipe.png new file mode 100644 index 00000000..86c750d2 Binary files /dev/null and b/assets/img/tools/newpipe.png differ diff --git a/index.html b/index.html index 5317a888..d4b6c794 100644 --- a/index.html +++ b/index.html @@ -1688,7 +1688,39 @@ layout: default
  • Facebook Container by Mozilla - Prevent Facebook from tracking you around the web.
  • Delete your Facebook account - Direct link to delete your Facebook account without being able to reactivate it again.
  • How To Permanently Delete A Facebook Account - This guide will take you through a smooth and successful Facebook account deletion.
  • -

    Domain Name System (DNS)

    +

    Youtube Frontends

    + + + +
    + + {% 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.' + %} + +

    Domain Name System (DNS)