From e28d9d869d3e7e73f59a372b55b4eb219cf348be Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 14 Mar 2023 10:07:14 +0100 Subject: Add redirect for youtube in qutebrowser --- .config/qutebrowser/plugins/redirect.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qutebrowser/plugins/redirect.py b/.config/qutebrowser/plugins/redirect.py index f4406fa..15b6756 100644 --- a/.config/qutebrowser/plugins/redirect.py +++ b/.config/qutebrowser/plugins/redirect.py @@ -6,6 +6,9 @@ redirects = { "imgur.com": [ "imgur.alt.tyil.nl", ], + "www.youtube.com": [ + "youtube.alt.tyil.nl", + ], "youtube.com": [ "youtube.alt.tyil.nl", ], -- cgit v1.1