diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-25 18:26:41 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-25 18:26:41 +0300 |
commit | 97c68c80c3bb872bda9f700740e1a25bae8d71eb (patch) | |
tree | 8150bcc907ed23ca505fbebea6f3734cb95634fa /src/config.json | |
parent | Merge branch 'master' of https://github.com/libredirect/browser_extension (diff) | |
download | libredirect-97c68c80c3bb872bda9f700740e1a25bae8d71eb.zip |
Added NerdsforNerds https://codeberg.org/LibRedirect/browser_extension/issues/148
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index fbed322c..95d3c359 100644 --- a/src/config.json +++ b/src/config.json @@ -1313,6 +1313,27 @@ }, "imageType": "svg", "url": "https://deviantart.com" + }, + "geeksForGeeks": { + "frontends": { + "nerdsForNerds": { + "name": "NerdsforNerds", + "instanceList": true, + "url": "https://git.vern.cc/cobra/NerdsforNerds" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?geeksforgeeks\\.org" + ], + "name": "GeeksforGeeks", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "nerdsForNerds", + "redirectOnlyInIncognito": false + }, + "imageType": "svg", + "url": "https://www.geeksforgeeks.org" } } } \ No newline at end of file |