diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-19 16:06:00 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-19 16:06:00 +0300 |
commit | 982b0a643e138300d9c749db3bfbe52f5648f709 (patch) | |
tree | 810ae8c8bd08fc040ecbea78b310669cae08e7b4 /src/config.json | |
parent | Merge branch 'kirizdev-master' (diff) | |
download | libredirect-982b0a643e138300d9c749db3bfbe52f5648f709.zip |
Added WolfreeAlpha https://github.com/libredirect/libredirect/issues/425
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 44d075ac..107a78ed 100644 --- a/src/config.json +++ b/src/config.json @@ -713,7 +713,27 @@ }, "imageType": "svg", "embeddable": false, - "url": "https://bandcamp.com/" + "url": "https://bandcamp.com" + }, + "wolframAlpha": { + "frontends": { + "wolfreeAlpha": { + "name": "WolfreeAlpha", + "instanceList": true, + "url": "https://git.disroot.org/wolfree" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?wolframalpha\\.com\\/" + ], + "name": "WolframAlpha", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svg", + "embeddable": false, + "url": "https://www.wolframalpha.com" } } } \ No newline at end of file |