From 90e9eb03dcb575a6be6a195ef5807ff06ba1de61 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 28 Feb 2022 10:35:39 -0800 Subject: [oni-browse-url] Add ‘itnext.io’ as a Medium url --- oni-browse-url.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;; 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))) -- cgit v1.2.3-54-g00ecf