From ed7324143ee9fb6444a5f73ca1297bc67ed7db7d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 1 Apr 2021 10:36:44 +0200 Subject: Change prvy.top for twitter.lurkmore.com --- .local/bin/open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/open b/.local/bin/open index 46c77c7..a668bc3 100755 --- a/.local/bin/open +++ b/.local/bin/open @@ -53,7 +53,6 @@ multi sub cmd (HttpUrl $t where *.hostname.ends-with('zaaksysteem.nl')) { "chrom # Rewrite bad site to good site my @not-twitter = < - prvy.top nitter.42l.fr nitter.eu nitter.fdn.fr @@ -62,6 +61,7 @@ my @not-twitter = < nitter.pussthecat.org nitter.tedomum.net nitter.unixfox.eu + twitter.lurkmore.com >; multi sub cmd (HttpUrl $t is copy where *.hostname eq "twitter.com") { callwith(URL.new(|$t.Hash, hostname => @not-twitter.pick())) } -- cgit v1.1