about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-08-25 18:26:41 +0300
committerManeraKai <manerakai@protonmail.com>2024-08-25 18:26:41 +0300
commit97c68c80c3bb872bda9f700740e1a25bae8d71eb (patch)
tree8150bcc907ed23ca505fbebea6f3734cb95634fa /src/config.json
parentMerge branch 'master' of https://github.com/libredirect/browser_extension (diff)
downloadlibredirect-97c68c80c3bb872bda9f700740e1a25bae8d71eb.zip
Added NerdsforNerds https://codeberg.org/LibRedirect/browser_extension/issues/148
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json21
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