diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-09-17 18:57:30 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-09-17 18:57:30 +0300 |
commit | 6d422f803cd407163007b89e814d4c78fddb491f (patch) | |
tree | 8021f4211d00beabd0d3eee4692889d97198016d /src/config.json | |
parent | Added Tubo https://github.com/libredirect/browser_extension/issues/783 (diff) | |
download | libredirect-6d422f803cd407163007b89e814d4c78fddb491f.zip |
Removed Paste Text, Send, Meet, Speed Text, My Ip
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/src/config.json b/src/config.json index 1efcd646..52b2dcf0 100644 --- a/src/config.json +++ b/src/config.json @@ -567,48 +567,6 @@ "imageType": "svgMono", "url": "https://maps.libredirect.invalid" }, - "sendFiles": { - "frontends": { - "send": { - "name": "Send", - "instanceList": true, - "url": "https://gitlab.com/timvisee/send" - } - }, - "targets": [ - "^https?:\\/{2}send\\.libredirect\\.invalid", - "^https?:\\/{2}send\\.firefox\\.com\\/?$", - "^https?:\\/{2}sendfiles\\.online\\/?$" - ], - "name": "Send Files", - "options": { - "enabled": false, - "unsupportedUrls": "bypass", - "frontend": "send" - }, - "imageType": "svgMono", - "url": "https://send.libredirect.invalid" - }, - "textStorage": { - "frontends": { - "privateBin": { - "name": "PrivateBin", - "instanceList": true, - "url": "https://privatebin.info" - } - }, - "targets": [ - "^https?:\\/{2}paste\\.libredirect\\.invalid" - ], - "name": "Paste Text", - "options": { - "enabled": false, - "unsupportedUrls": "bypass", - "frontend": "privateBin" - }, - "imageType": "svgMono", - "url": "https://paste.libredirect.invalid" - }, "reuters": { "frontends": { "neuters": { @@ -867,28 +825,6 @@ "imageType": "svg", "url": "https://gitlab.com/" }, - "speedTest": { - "frontends": { - "libreSpeed": { - "name": "LibreSpeed", - "instanceList": true, - "url": "https://github.com/librespeed/speedtest" - } - }, - "targets": [ - "^https?:\\/{2}speedtest\\.libredirect\\.invalid\\/", - "^https?:\\/{2}(www\\.)?fast\\.com\\/$", - "^https?:\\/{2}(www\\.)?speedtest\\.net\\/$" - ], - "name": "Speed Test", - "options": { - "enabled": false, - "unsupportedUrls": "bypass", - "frontend": "libreSpeed" - }, - "imageType": "svgMono", - "url": "https://speedtest.libredirect.invalid" - }, "instructables": { "name": "Instructables", "frontends": { @@ -914,46 +850,6 @@ "imageType": "svg", "url": "https://www.instructables.com" }, - "meet": { - "name": "Meet", - "frontends": { - "jitsi": { - "name": "Jitsi", - "instanceList": true, - "url": "https://jitsi.org" - } - }, - "targets": [ - "^https?:\\/{2}meet\\.libredirect\\.invalid\\/" - ], - "options": { - "enabled": false, - "unsupportedUrls": "bypass", - "frontend": "jitsi" - }, - "imageType": "svgMono", - "url": "https://meet.libredirect.invalid" - }, - "myIp": { - "frontends": { - "wtfismyip": { - "name": "wtfismyip", - "instanceList": true, - "url": "https://gitlab.com/wtfismyip/wtfismyip" - } - }, - "targets": [ - "^https?:\\/{2}myip\\.libredirect\\.invalid\\/" - ], - "name": "My IP", - "options": { - "enabled": false, - "unsupportedUrls": "bypass", - "frontend": "wtfismyip" - }, - "imageType": "svgMono", - "url": "https://myip.libredirect.invalid" - }, "wolframAlpha": { "frontends": { "wolfreeAlpha": { |