Skip to content

Commit f965cde

Browse files
committed
Added Freedium #1072
1 parent 834516f commit f965cde

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/assets/javascripts/services.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ function rewrite(url, originUrl, frontend, randomInstance, type) {
102102
}
103103
case "small":
104104
case "libMedium":
105+
case "freedium":
105106
case "scribe": {
106107
const regex = url.hostname.match(/^(link|cdn-images-\d+|.*)\.medium\.com/)
107108
if (regex && regex.length > 1) {
@@ -889,6 +890,7 @@ const defaultInstances = {
889890
scribe: ["https://scribe.rip"],
890891
libMedium: ["https://md.vern.cc"],
891892
small: ["https://small.bloat.cat"],
893+
freedium: ["https://freedium.cfd"],
892894
quetre: ["https://quetre.iket.me"],
893895
libremdb: ["https://libremdb.iket.me"],
894896
simplyTranslate: ["https://simplytranslate.org"],

src/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,11 @@
698698
"name": "Small",
699699
"instanceList": true,
700700
"url": "https://git.private.coffee/PrivateCoffee/small"
701+
},
702+
"freedium": {
703+
"name": "Freedium",
704+
"instanceList": true,
705+
"url": "https://codeberg.org/Freedium-cfd"
701706
}
702707
},
703708
"targets": [

0 commit comments

Comments
 (0)