changed stuff

This commit is contained in:
2025-07-08 18:24:47 -07:00
parent ba791b8523
commit 1d3b513631
4 changed files with 5 additions and 5 deletions

View File

@@ -280,9 +280,10 @@
;; extra frontends to use:
;; https://eddrit.com
;; https://eu.safereddit.com
;; https://redlib.catsarch.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://eu.safereddit.com" url))
(replace-regexp-in-string "^https://\\(www\\.\\)?reddit\\.com" "https://redlib.catsarch.com/" url))
(defun opal/eww-x-redirect (url)
"Redirect x.com (with or without www) to a privacy frontend."

View File

@@ -7,9 +7,8 @@
(package! pomm)
(package! mixed-pitch)
(package! guess-language)
(package! sicp)
(package! nov)
(package! osm)
(package! google-translate)
;; Remove
(package! dirvish :disable t)