Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Aug 25, 2024
1 parent d41b428 commit 97c68c8
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/assets/images/geeksForGeeks-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/javascripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ const defaultInstances = {
shoelace: ["https://shoelace.mint.lgbt"],
skunkyArt: ["https://skunky.bloat.cat"],
ytify: ["https://ytify.netlify.app"],
nerdsForNerds: ["https://nn.vern.cc"],
}

async function getDefaults() {
Expand Down
21 changes: 21 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 97c68c8

Please sign in to comment.