aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-10-11 14:59:50 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-10-11 15:01:14 +0200
commit7bb9eda658446bf1424fc57e28d7e58f00ea4a63 (patch)
treef0000f5137cabbdf13036104c367092ef2062653
parentf24b759e5756398e00043f1ff9a5b8d672f819b7 (diff)
Add additional nitter instance
-rwxr-xr-x.local/bin/open1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/open b/.local/bin/open
index 068af10..d5675b3 100755
--- a/.local/bin/open
+++ b/.local/bin/open
@@ -77,6 +77,7 @@ my @not-twitter = <
nitter.tedomum.net
nitter.unixfox.eu
twitter.lurkmore.com
+ nitter.mnus.de
>;
multi sub cmd (HttpUrl $t is copy where *.hostname eq "twitter.com") { callwith(URL.new(|$t.Hash, hostname => @not-twitter.pick())) }