Reddit has become inaccessible for `eww'
This commit is contained in:
parent
8c412f9929
commit
063e527453
16
README.org
16
README.org
@ -7184,22 +7184,6 @@ Listing [[lst:configure-browse-url]] configures =browse-url=.
|
|||||||
:CUSTOM_ID: sec:emacs-web-wowser
|
:CUSTOM_ID: sec:emacs-web-wowser
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+caption[Configure =eww= URLs]:
|
|
||||||
#+caption: Configure =eww= URLs.
|
|
||||||
#+name: lst:configure-eww-urls
|
|
||||||
#+begin_src emacs-lisp -n :results silent
|
|
||||||
(when (fboundp 'eww-browse-url)
|
|
||||||
(defun eww-subreddit ()
|
|
||||||
"Read a subreddit in Emacs."
|
|
||||||
(interactive)
|
|
||||||
(eww-browse-url (format "www.reddit.com/r/%s/.mobile"
|
|
||||||
(completing-read "subreddit: "
|
|
||||||
'("emacs"
|
|
||||||
"i3wm"
|
|
||||||
"orgmode")
|
|
||||||
nil t)))))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
#+caption[Rename =eww= buffers and display =pdf= links properly]:
|
#+caption[Rename =eww= buffers and display =pdf= links properly]:
|
||||||
#+caption: Rename =eww= buffers and display =pdf= links properly.
|
#+caption: Rename =eww= buffers and display =pdf= links properly.
|
||||||
#+name: lst:rename-eww-buffer-display-pdf-links
|
#+name: lst:rename-eww-buffer-display-pdf-links
|
||||||
|
Loading…
Reference in New Issue
Block a user