From fb452d8980907458146533346f3f64553d71f99b Mon Sep 17 00:00:00 2001 From: Hygna Date: Thu, 27 Oct 2022 11:49:52 +0100 Subject: Added Ferrit frontend for reddit Closes https://codeberg.org/LibRedirect/libredirect/issues/42 --- src/config/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/config/config.json') diff --git a/src/config/config.json b/src/config/config.json index 25fa9f1f..ac384ce2 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -250,13 +250,20 @@ }, "name": "Teddit", "instanceList": true + }, + "ferrit": { + "preferences": { + "cookies": ["theme", "front_page", "layout", "wide", "post_sort", "comment_sort", "show_nsfw", "autoplay_videos", "use_hls", "hide_hls_notification", "subscriptions", "filters"] + }, + "name": "Ferrit", + "instanceList": true } }, "targets": ["^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/?$)", "^https?:\\/{2}(i|(external-)?preview)\\.redd\\.it"], "name": "Reddit", "options": { "enabled": true, - "frontend": "libreddit" + "frontend": "ferrit" }, "imageType": "png", "embeddable": false, -- cgit 1.4.1