aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-04-01 10:36:44 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:20 +0200
commited7324143ee9fb6444a5f73ca1297bc67ed7db7d (patch)
treea0d342785790183d6eb8e6d4036b712a2e352bdc
parent21d2ada020494828788fe4bf57ad00cfbd924c99 (diff)
Change prvy.top for twitter.lurkmore.com
-rwxr-xr-x.local/bin/open2
1 files changed, 1 insertions, 1 deletions
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())) }