diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 62 |
1 files changed, 41 insertions, 21 deletions
diff --git a/src/config.json b/src/config.json index 9659bc85..ee6a62d1 100644 --- a/src/config.json +++ b/src/config.json @@ -99,7 +99,7 @@ "enabled": false, "redirectType": "main_frame", "frontend": "invidious", - "embedFrontend": "disabled", + "embedFrontend": "invidious", "unsupportedUrls": "bypass" }, "imageType": "png", @@ -783,26 +783,6 @@ "imageType": "svg", "url": "https://gitlab.com/" }, - "wolframAlpha": { - "frontends": { - "wolfreeAlpha": { - "name": "WolfreeAlpha", - "instanceList": true, - "url": "https://git.disroot.org/wolfree" - } - }, - "targets": [ - "^https?:\\/{2}(www\\.)?wolframalpha\\.com\\/" - ], - "name": "Wolfram Alpha", - "options": { - "enabled": false, - "unsupportedUrls": "bypass", - "frontend": "wolfreeAlpha" - }, - "imageType": "svg", - "url": "https://www.wolframalpha.com" - }, "speedTest": { "frontends": { "libreSpeed": { @@ -825,6 +805,26 @@ "imageType": "svgMono", "url": "https://speedtest.libredirect.invalid" }, + "instructables": { + "name": "Instructables", + "frontends": { + "indestructables": { + "name": "Indestructables", + "instanceList": true, + "url": "https://indestructables.codeberg.page" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?instructables\\.com\\/" + ], + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "indestructables" + }, + "imageType": "svg", + "url": "https://www.instructables.com" + }, "meet": { "name": "Meet", "frontends": { @@ -844,6 +844,26 @@ }, "imageType": "svgMono", "url": "https://meet.libredirect.invalid" + }, + "wolframAlpha": { + "frontends": { + "wolfreeAlpha": { + "name": "WolfreeAlpha", + "instanceList": true, + "url": "https://git.disroot.org/wolfree" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?wolframalpha\\.com\\/" + ], + "name": "Wolfram Alpha", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "wolfreeAlpha" + }, + "imageType": "svg", + "url": "https://www.wolframalpha.com" } } } \ No newline at end of file |