From 7bb9eda658446bf1424fc57e28d7e58f00ea4a63 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 11 Oct 2021 14:59:50 +0200 Subject: Add additional nitter instance --- .local/bin/open | 1 + 1 file changed, 1 insertion(+) 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())) } -- cgit v1.1