From c46c0fb83a38ca73aa30a64a49c7973bcf1d01df Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 20 Jun 2023 21:00:36 +0300 Subject: Added WTF IS MY IP! https://github.com/libredirect/browser_extension/issues/746 --- src/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/config.json') 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": { -- cgit 1.4.1