diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-06-20 21:00:36 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-06-20 21:00:40 +0300 |
commit | c46c0fb83a38ca73aa30a64a49c7973bcf1d01df (patch) | |
tree | 39ea13f04f972c720312ef19f1b21d6a43228bbc /src/config.json | |
parent | Added Indestructables https://codeberg.org/LibRedirect/browser_extension/issu... (diff) | |
download | libredirect-c46c0fb83a38ca73aa30a64a49c7973bcf1d01df.zip |
Added WTF IS MY IP! https://github.com/libredirect/browser_extension/issues/746
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index ee6a62d1..36d8b86f 100644 --- a/src/config.json +++ b/src/config.json @@ -845,6 +845,26 @@ "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": { |