Skip to content

Commit

Permalink
Added UNfunny #888
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Mar 14, 2024
1 parent c4331d1 commit 95ddb93
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
56 changes: 56 additions & 0 deletions src/assets/images/ifunny-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 @@ -717,6 +717,7 @@ const defaultInstances = {
'biblioReads': ['https://biblioreads.ml'],
'wikiless': ['https://wikiless.org'],
'suds': ['https://sd.vern.cc'],
'unfunny': ['https://uf.vern.cc'],
'waybackClassic': ['https://wayback-classic.net'],
'gothub': ['https://gh.odyssey346.dev'],
'mikuInvidious': ['https://mikuinv.resrv.org'],
Expand Down
20 changes: 20 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,26 @@
"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"
},
"urbanDictionary": {
"frontends": {
"ruralDictionary": {
Expand Down

0 comments on commit 95ddb93

Please sign in to comment.