diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-14 10:07:14 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-14 10:07:14 +0100 |
commit | e28d9d869d3e7e73f59a372b55b4eb219cf348be (patch) | |
tree | 81a8ee075c9742f9ed69e9638e47e1c67746b527 | |
parent | 0cd9c6a2d03a01e6703d2aa896e8f722ecb9d7a7 (diff) | |
download | dotfiles-e28d9d869d3e7e73f59a372b55b4eb219cf348be.tar.gz dotfiles-e28d9d869d3e7e73f59a372b55b4eb219cf348be.tar.bz2 |
Add redirect for youtube in qutebrowser
-rw-r--r-- | .config/qutebrowser/plugins/redirect.py | 3 |
1 files changed, 3 insertions, 0 deletions
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", ], |