Skip to content

Commit 4535cf2

Browse files
committed
emacs: remove obsolete Reddit frontends
Reddit changed the terms of its APIs which essentially killed all third-party clients. As a result Libreddit cannot be used anymore. [0] This is very unfortunate since Libreddit was working quite well in EWW. Now I'm using old.reddit.com which is still better than the regular Reddit website but still pretty bad in comparison to Libreddit. [0]: libreddit/libreddit#840
1 parent ba0b652 commit 4535cf2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.config/emacs/lisp/init-eww.el

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
(setq eww-search-prefix "https://www.google.com/search?q=")
1212

1313
;; use lightweight frontends which EWW can render better
14-
(setq mz/url-replace-host-map '(("reddit.com" . "libreddit.de")
15-
("old.reddit.com" . "libreddit.de")
16-
("www.reddit.com" . "libreddit.de")
17-
("teddit.net" . "libreddit.de")))
14+
(setq mz/url-replace-host-map '(("reddit.com" . "old.reddit.com")
15+
("www.reddit.com" . "old.reddit.com")))
1816

1917
(defun mz/url-replace-host (url)
2018
"Replace host of URL according to `mz/url-replace-host-map'."

0 commit comments

Comments
 (0)