[oni-browse-url] Add ‘itnext.io’ as a Medium url
This commit is contained in:
parent
205cbf516a
commit
90e9eb03dc
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2022.0220.005733
|
;; Version: 2022.0228.012441
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; 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))
|
((string-prefix-p "https://upekabee.medium.com" (car args))
|
||||||
(cons (string-replace "https://upekabee.medium.com" "https://scribe.rip" (car args))
|
(cons (string-replace "https://upekabee.medium.com" "https://scribe.rip" (car args))
|
||||||
(cdr 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))
|
((string-prefix-p "https://medium.com" (car args))
|
||||||
(cons (string-replace "https://medium.com" "https://scribe.rip" (car args))
|
(cons (string-replace "https://medium.com" "https://scribe.rip" (car args))
|
||||||
(cdr args)))
|
(cdr args)))
|
||||||
|
|
Loading…
Reference in a new issue