mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2025-02-01 11:56:50 +01:00
Added Structables, and made it the default https://codeberg.org/LibRedirect/browser_extension/issues/161
This commit is contained in:
parent
a1ef0bf8c3
commit
c56a2132ed
@ -911,6 +911,7 @@ const defaultInstances = {
|
||||
vixipy: ["https://vx.maid.zone"],
|
||||
indestructables: ["https://indestructables.private.coffee"],
|
||||
destructables: ["https://ds.vern.cc"],
|
||||
structables: ["https://structables.private.coffee"],
|
||||
safetwitch: ["https://safetwitch.drgns.space"],
|
||||
twineo: ["https://twineo.exozy.me"],
|
||||
proxigram: ["https://ig.opnxng.com"],
|
||||
|
@ -993,15 +993,20 @@
|
||||
"instructables": {
|
||||
"name": "Instructables",
|
||||
"frontends": {
|
||||
"indestructables": {
|
||||
"name": "Indestructables",
|
||||
"structables": {
|
||||
"name": "Structables",
|
||||
"instanceList": true,
|
||||
"url": "https://indestructables.codeberg.page"
|
||||
"url": "https://github.com/PrivateCoffee/structables"
|
||||
},
|
||||
"destructables": {
|
||||
"name": "Destructables",
|
||||
"instanceList": true,
|
||||
"url": "https://git.vern.cc/cobra/Destructables"
|
||||
},
|
||||
"indestructables": {
|
||||
"name": "Indestructables",
|
||||
"instanceList": true,
|
||||
"url": "https://indestructables.codeberg.page"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
@ -1010,7 +1015,7 @@
|
||||
"options": {
|
||||
"enabled": false,
|
||||
"unsupportedUrls": "bypass",
|
||||
"frontend": "indestructables",
|
||||
"frontend": "structables",
|
||||
"redirectOnlyInIncognito": false
|
||||
},
|
||||
"imageType": "svg",
|
||||
|
Loading…
x
Reference in New Issue
Block a user