From d98479614c32f2474cdcd171aa8ed5cb68f162f6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 29 Oct 2020 15:18:09 +0100 Subject: Invidious seems to have failed --- .local/bin/open | 3 --- 1 file changed, 3 deletions(-) (limited to '.local') diff --git a/.local/bin/open b/.local/bin/open index 22a8429..2de4100 100755 --- a/.local/bin/open +++ b/.local/bin/open @@ -52,9 +52,6 @@ multi sub cmd (HttpUrl $t where *.hostname.ends-with('zaaksysteem.nl')) { "chrom # Rewrite bad site to good site multi sub cmd (HttpUrl $t is copy where *.hostname eq "twitter.com") { callwith(URL.new(|$t.Hash, hostname => 'nitter.net')) } -multi sub cmd (HttpUrl $t is copy where *.hostname eq "www.youtube.com") { callwith(URL.new(|$t.Hash, hostname => 'invidio.us')) } -multi sub cmd (HttpUrl $t is copy where *.hostname eq "youtu.be") { callwith(URL.new(|$t.Hash, hostname => 'invidio.us')) } -multi sub cmd (HttpUrl $t is copy where *.hostname eq "youtube.com") { callwith(URL.new(|$t.Hash, hostname => 'invidio.us')) } # All other URLs should be opened with the preferred browser. -- cgit v1.1