Skip to content

Commit

Permalink
Added Soprano #888
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Mar 14, 2024
1 parent 95ddb93 commit b9b2a53
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1 deletion.
51 changes: 51 additions & 0 deletions src/assets/images/tenor-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 @@ -718,6 +718,7 @@ const defaultInstances = {
'wikiless': ['https://wikiless.org'],
'suds': ['https://sd.vern.cc'],
'unfunny': ['https://uf.vern.cc'],
'soprano': ['https://sp.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 @@ -737,6 +737,26 @@
"imageType": "svg",
"url": "https://ifunny.co"
},
"tenor": {
"frontends": {
"soprano": {
"name": "Soprano",
"instanceList": true,
"url": "https://git.vern.cc/cobra/Soprano"
}
},
"targets": [
"^https?:\\/{2}(www\\.)?tenor\\.com\\/"
],
"name": "Tenor",
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "soprano"
},
"imageType": "svg",
"url": "https://tenor.com"
},
"urbanDictionary": {
"frontends": {
"ruralDictionary": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ section.links {
flex-wrap: wrap;
flex-direction: column;
width: 350px;
max-height: 930px;
max-height: 970px;
}

section.links div {
Expand Down

0 comments on commit b9b2a53

Please sign in to comment.