Lots of stuff
This commit is contained in:
@@ -266,9 +266,12 @@
|
||||
(set-popup-rule! "^\\*osm\\*" :ignore t))
|
||||
|
||||
;; eww
|
||||
;; extra frontends to use:
|
||||
;; https://eddrit.com
|
||||
;; https://eu.safereddit.com
|
||||
(defun opal/eww-reddit-redirect (url)
|
||||
"Redirect reddit.com (with or without www) to a privacy frontend."
|
||||
(replace-regexp-in-string "^https://\\(www\\.\\)?reddit\\.com" "https://eddrit.com" url))
|
||||
(replace-regexp-in-string "^https://\\(www\\.\\)?reddit\\.com" "https://eu.safereddit.com" url))
|
||||
|
||||
(defun opal/eww-x-redirect (url)
|
||||
"Redirect x.com (with or without www) to a privacy frontend."
|
||||
|
||||
Reference in New Issue
Block a user