diff options
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 |