diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-03-14 13:50:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-03-14 13:50:31 +0300 |
commit | 95ddb93edd0a0372c033e7dbb78cd5fc57a50a8a (patch) | |
tree | ed4766a8612319756e58e7558c54b75712cdb450 /src/config.json | |
parent | Made Settings page more responsive (diff) | |
download | libredirect-95ddb93edd0a0372c033e7dbb78cd5fc57a50a8a.zip |
Added UNfunny https://github.com/libredirect/browser_extension/issues/888
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 b70cb074..808a32b9 100644 --- a/src/config.json +++ b/src/config.json @@ -717,6 +717,26 @@ "imageType": "svg", "url": "https://www.snopes.com" }, + "ifunny": { + "frontends": { + "unfunny": { + "name": "UNfunny", + "instanceList": true, + "url": "https://git.vern.cc/cobra/UNfunny" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?ifunny\\.co\\/" + ], + "name": "iFunny", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "unfunny" + }, + "imageType": "svg", + "url": "https://ifunny.co" + }, "urbanDictionary": { "frontends": { "ruralDictionary": { |