trying to fix bookmark stuff

This commit is contained in:
2025-10-14 19:55:55 -07:00
parent a3605efaf3
commit e24fdc0691
6 changed files with 349 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@
;; 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://redlib.catsarch.com/" url))
(replace-regexp-in-string "^https://\\(www\\.\\)?reddit\\.com" "https://old.reddit.com" url))
(defun opal/eww-x-redirect (url)
"Redirect x.com (with or without www) to a privacy frontend."