aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/open2
-rw-r--r--.local/etc/gittab/tabs/weechat6
2 files changed, 6 insertions, 2 deletions
diff --git a/.local/bin/open b/.local/bin/open
index 2de4100..39ef1e5 100755
--- a/.local/bin/open
+++ b/.local/bin/open
@@ -52,6 +52,8 @@ 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 "instagram.com") { callwith(URL.new(|$t.Hash, hostname => 'brap.top', path => $t.path.unshift('u'))) }
+multi sub cmd (HttpUrl $t is copy where *.hostname eq "www.instagram.com") { callwith(URL.new(|$t.Hash, hostname => 'brap.top', path => $t.path.unshift('u'))) }
# All other URLs should be opened with the preferred browser.
diff --git a/.local/etc/gittab/tabs/weechat b/.local/etc/gittab/tabs/weechat
index 81b80aa..27b21eb 100644
--- a/.local/etc/gittab/tabs/weechat
+++ b/.local/etc/gittab/tabs/weechat
@@ -1,2 +1,4 @@
-# Local name Remote URL Branch
-wee_slack https://github.com/wee-slack/wee-slack master
+# Local name Remote URL Branch
+protocol-slack https://github.com/wee-slack/wee-slack master
+protocol-matrix https://github.com/poljar/weechat-matrix master
+protocol-signal https://github.com/thefinn93/signal-weechat master