diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-05 09:18:05 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-05 09:18:27 +0300 |
commit | 856cc4f7afbcc64c8146b87a014debab3dd9305b (patch) | |
tree | eb8fa9b5f002ad05722ef312fe30fdfbbe001f89 /src/config.json | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-856cc4f7afbcc64c8146b87a014debab3dd9305b.zip |
Added LibMedium https://github.com/libredirect/libredirect/issues/588. fixed some icons
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/config.json b/src/config.json index 92d4dd3a..5d1bd168 100644 --- a/src/config.json +++ b/src/config.json @@ -211,11 +211,16 @@ "scribe": { "name": "Scribe", "instanceList": true, - "url": "https://sr.ht/~edwardloveall/Scribe/" + "url": "https://sr.ht/~edwardloveall/Scribe" + }, + "libMedium": { + "name": "LibMedium", + "instanceList": true, + "url": "https://github.com/realaravinth/libmedium" } }, "targets": [ - "^(?:.*\\.)*(?<!(link\\.|cdn\\-images\\-\\d+\\.))medium\\.com(\\/.*)?$", + "^https:\\/{2}(link\\.|cdn\\-images\\-\\d+\\.)?medium\\.com", "^https?:\\/{2}towardsdatascience\\.com(\\/|$)", "^https?:\\/{2}uxdesign\\.cc(\\/|$)", "^https?:\\/{2}uxplanet\\.org(\\/|$)", @@ -237,6 +242,7 @@ ], "name": "Medium", "options": { + "frontend": "scribe", "enabled": false }, "imageType": "svg", @@ -533,7 +539,7 @@ "options": { "enabled": false }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": false, "url": "https://stackoverflow.com/" } |