Skip to content

Commit 95ddb93

Browse files
committed
Added UNfunny #888
1 parent c4331d1 commit 95ddb93

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

src/assets/images/ifunny-icon.svg

Lines changed: 56 additions & 0 deletions
Loading

src/assets/javascripts/services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ const defaultInstances = {
717717
'biblioReads': ['https://biblioreads.ml'],
718718
'wikiless': ['https://wikiless.org'],
719719
'suds': ['https://sd.vern.cc'],
720+
'unfunny': ['https://uf.vern.cc'],
720721
'waybackClassic': ['https://wayback-classic.net'],
721722
'gothub': ['https://gh.odyssey346.dev'],
722723
'mikuInvidious': ['https://mikuinv.resrv.org'],

src/config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,26 @@
717717
"imageType": "svg",
718718
"url": "https://www.snopes.com"
719719
},
720+
"ifunny": {
721+
"frontends": {
722+
"unfunny": {
723+
"name": "UNfunny",
724+
"instanceList": true,
725+
"url": "https://git.vern.cc/cobra/UNfunny"
726+
}
727+
},
728+
"targets": [
729+
"^https?:\\/{2}(www\\.)?ifunny\\.co\\/"
730+
],
731+
"name": "iFunny",
732+
"options": {
733+
"enabled": false,
734+
"unsupportedUrls": "bypass",
735+
"frontend": "unfunny"
736+
},
737+
"imageType": "svg",
738+
"url": "https://ifunny.co"
739+
},
720740
"urbanDictionary": {
721741
"frontends": {
722742
"ruralDictionary": {

0 commit comments

Comments
 (0)