diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-03-23 07:23:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-03-23 07:23:34 +0300 |
commit | 8d73647ab9e1346949a8de59f2c61ea83a2f7ad6 (patch) | |
tree | b40846005012183953d57693c526694b812e4f30 /src/config.json | |
parent | Removed askubuntu and superuser from AnonymousOverflow https://github.com/lib... (diff) | |
parent | Merge pull request #909 from sgvictorino/tent-redirect-music-path (diff) | |
download | libredirect-8d73647ab9e1346949a8de59f2c61ea83a2f7ad6.zip |
Merge branch 'master' of https://github.com/libredirect/browser_extension
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 59424961..4288d2db 100644 --- a/src/config.json +++ b/src/config.json @@ -716,6 +716,66 @@ "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" + }, + "tenor": { + "frontends": { + "soprano": { + "name": "Soprano", + "instanceList": true, + "url": "https://git.vern.cc/cobra/Soprano" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?tenor\\.com\\/" + ], + "name": "Tenor", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "soprano" + }, + "imageType": "svg", + "url": "https://tenor.com" + }, + "knowyourmeme": { + "frontends": { + "meme": { + "name": "MeMe", + "instanceList": true, + "url": "https://git.vern.cc/cobra/MeMe" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?knowyourmeme\\.com\\/" + ], + "name": "KnowYourMeme", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "meme" + }, + "imageType": "svg", + "url": "https://knowyourmeme.com" + }, "urbanDictionary": { "frontends": { "ruralDictionary": { |