Skip to content

Commit c56a213

Browse files
committed
Added Structables, and made it the default https://codeberg.org/LibRedirect/browser_extension/issues/161
1 parent a1ef0bf commit c56a213

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/assets/javascripts/services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ const defaultInstances = {
911911
vixipy: ["https://vx.maid.zone"],
912912
indestructables: ["https://indestructables.private.coffee"],
913913
destructables: ["https://ds.vern.cc"],
914+
structables: ["https://structables.private.coffee"],
914915
safetwitch: ["https://safetwitch.drgns.space"],
915916
twineo: ["https://twineo.exozy.me"],
916917
proxigram: ["https://ig.opnxng.com"],

src/config.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -993,15 +993,20 @@
993993
"instructables": {
994994
"name": "Instructables",
995995
"frontends": {
996-
"indestructables": {
997-
"name": "Indestructables",
996+
"structables": {
997+
"name": "Structables",
998998
"instanceList": true,
999-
"url": "https://indestructables.codeberg.page"
999+
"url": "https://github.com/PrivateCoffee/structables"
10001000
},
10011001
"destructables": {
10021002
"name": "Destructables",
10031003
"instanceList": true,
10041004
"url": "https://git.vern.cc/cobra/Destructables"
1005+
},
1006+
"indestructables": {
1007+
"name": "Indestructables",
1008+
"instanceList": true,
1009+
"url": "https://indestructables.codeberg.page"
10051010
}
10061011
},
10071012
"targets": [
@@ -1010,7 +1015,7 @@
10101015
"options": {
10111016
"enabled": false,
10121017
"unsupportedUrls": "bypass",
1013-
"frontend": "indestructables",
1018+
"frontend": "structables",
10141019
"redirectOnlyInIncognito": false
10151020
},
10161021
"imageType": "svg",

0 commit comments

Comments
 (0)