File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -911,6 +911,7 @@ const defaultInstances = {
911
911
vixipy : [ "https://vx.maid.zone" ] ,
912
912
indestructables : [ "https://indestructables.private.coffee" ] ,
913
913
destructables : [ "https://ds.vern.cc" ] ,
914
+ structables : [ "https://structables.private.coffee" ] ,
914
915
safetwitch : [ "https://safetwitch.drgns.space" ] ,
915
916
twineo : [ "https://twineo.exozy.me" ] ,
916
917
proxigram : [ "https://ig.opnxng.com" ] ,
Original file line number Diff line number Diff line change 993
993
"instructables" : {
994
994
"name" : " Instructables" ,
995
995
"frontends" : {
996
- "indestructables " : {
997
- "name" : " Indestructables " ,
996
+ "structables " : {
997
+ "name" : " Structables " ,
998
998
"instanceList" : true ,
999
- "url" : " https://indestructables.codeberg.page "
999
+ "url" : " https://github.com/PrivateCoffee/structables "
1000
1000
},
1001
1001
"destructables" : {
1002
1002
"name" : " Destructables" ,
1003
1003
"instanceList" : true ,
1004
1004
"url" : " https://git.vern.cc/cobra/Destructables"
1005
+ },
1006
+ "indestructables" : {
1007
+ "name" : " Indestructables" ,
1008
+ "instanceList" : true ,
1009
+ "url" : " https://indestructables.codeberg.page"
1005
1010
}
1006
1011
},
1007
1012
"targets" : [
1010
1015
"options" : {
1011
1016
"enabled" : false ,
1012
1017
"unsupportedUrls" : " bypass" ,
1013
- "frontend" : " indestructables " ,
1018
+ "frontend" : " structables " ,
1014
1019
"redirectOnlyInIncognito" : false
1015
1020
},
1016
1021
"imageType" : " svg" ,
You can’t perform that action at this time.
0 commit comments