Skip to content

Commit

Permalink
Added MeMe #888
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Mar 14, 2024
1 parent b9b2a53 commit b3457fa
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
76 changes: 76 additions & 0 deletions src/assets/images/knowyourmeme-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 @@ -719,6 +719,7 @@ const defaultInstances = {
'suds': ['https://sd.vern.cc'],
'unfunny': ['https://uf.vern.cc'],
'soprano': ['https://sp.vern.cc'],
'meme': ['https://mm.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 @@ -757,6 +757,26 @@
"imageType": "svg",
"url": "https://tenor.com"
},
"knowyourmeme": {
"frontends": {
"meme": {
"name": "MeMe",
"instanceList": true,
"url": "https://git.vern.cc/cobra/MeMe"
}
},
"targets": [
"^https?:\\/{2}(www\\.)?knowyourmeme\\.com\\/"
],
"name": "KnowYourMeme",
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "meme"
},
"imageType": "svg",
"url": "https://knowyourmeme.com"
},
"urbanDictionary": {
"frontends": {
"ruralDictionary": {
Expand Down

0 comments on commit b3457fa

Please sign in to comment.