aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-browse-url.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/oni-browse-url.el b/oni-browse-url.el
index eb01b2c..8a6cee9 100644
--- a/oni-browse-url.el
+++ b/oni-browse-url.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0220.005733
+;; Version: 2022.0228.012441
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -56,6 +56,9 @@ before this filter."
((string-prefix-p "https://upekabee.medium.com" (car args))
(cons (string-replace "https://upekabee.medium.com" "https://scribe.rip" (car args))
(cdr args)))
+ ((string-prefix-p "https://itnext.io" (car args))
+ (cons (string-replace "https://itnext.io" "https://scribe.rip" (car args))
+ (cdr args)))
((string-prefix-p "https://medium.com" (car args))
(cons (string-replace "https://medium.com" "https://scribe.rip" (car args))
(cdr args)))