From a0809d1dbed9c95c90fb68abb33ade2d416b44fa Mon Sep 17 00:00:00 2001
From: =?utf8?q?Joann=20M=C3=B5ndresku?= <joann@cernodile.com>
Date: Fri, 6 Aug 2021 18:41:59 +0300
Subject: [PATCH] Piped - a frontend for YouTube

---
 articles/piped-a-frontend-for-youtube.md | 15 +++++++++++++++
 templates/header.html                    |  2 +-
 templates/index_header.html              |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 articles/piped-a-frontend-for-youtube.md

diff --git a/articles/piped-a-frontend-for-youtube.md b/articles/piped-a-frontend-for-youtube.md
new file mode 100644
index 0000000..224d70f
--- /dev/null
+++ b/articles/piped-a-frontend-for-youtube.md
@@ -0,0 +1,15 @@
+NOW HOSTING: Piped - A frontend for YouTube
+
+[Piped](https://github.com/TeamPiped/Piped/) is an alternative frontend for YouTube that respects your privacy.
+I already host a service similar to this, Invidious, but lately it's been
+acting up, especially with Google's never-ending fight on age-restricted videos.
+I have launched an instance of [Piped on based.quest](https://piped.based.quest).
+If you wish to use my proxy, you must open console in your browser and type in
+`localStorage.instance = "https://pipedapi.based.quest"` in a front-end of your
+choice (mine included).
+
+Thanks for reading,
+- Cernodile
+
+;tags:news site opensource
+;description:Piped is an alternative frontend for YouTube that respects your privacy, Cernodile has recently spun up an instance of it on piped.based.quest. Read more in this post.
diff --git a/templates/header.html b/templates/header.html
index 1ec9f38..11f684f 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>$TITLE</title><style>body,html{background:#000;color:#fff;font-family:monospace;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;}#post{max-width:1024px;}</style></head><body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>$TITLE</title><style>body,html{background:#000;color:#fff;font-family:monospace;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;}#post{max-width:1024px;}code{border:1px solid #00ff00;border-radius:5px;color:#00ffff;}</style></head><body>
diff --git a/templates/index_header.html b/templates/index_header.html
index 44f7b21..9670352 100644
--- a/templates/index_header.html
+++ b/templates/index_header.html
@@ -19,7 +19,7 @@
 <p>based</p>
 <br>
 <br>
-<p class="cern-blue">Quick-links to services I host: <a href="https://iv.based.quest">Invidious</a>, <a href="https://searx.cernodile.com">Searx</a>.</p>
+<p class="cern-blue">Quick-links to services I host: <a href="https://iv.based.quest">Invidious</a>, <a href="https://searx.cernodile.com">Searx</a>, <a href="https://piped.based.quest">Piped</a>.</p>
 <p class="cern-blue">Hall of Based: <a href="https://reactos.org">ReactOS</a>, <a href="https://matrix.org">Matrix</a>, <a href="https://postmarketos.org">PostmarketOS</a>, <a href="https://pine64.org">Pine64</a>, <a href="https://landchad.net">Landchad.net</a></p>
 <br>
 <h2>Personal Blog of Cernodile</h2>
-- 
2.43.0