1
0
Fork 0

[oni-browse-url] Add ‘itnext.io’ as a Medium url

This commit is contained in:
Tom Willemse 2022-02-28 10:35:39 -08:00
parent 205cbf516a
commit 90e9eb03dc

View file

@ -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)))