diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-04 15:24:57 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-10-04 15:26:53 -0300 |
commit | f3d03c7b0314b8a05d4f75f71bc8236bdda7db9b (patch) | |
tree | fc9219f1201357fd11b6fc722797b070933540c6 /src/content/dependencies/linkExternal.js | |
parent | bdfd91a942286e4d9dacd8df916a8184455451fc (diff) |
content: linkExternal: Fandom + MSPA links
Diffstat (limited to 'src/content/dependencies/linkExternal.js')
-rw-r--r-- | src/content/dependencies/linkExternal.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/dependencies/linkExternal.js b/src/content/dependencies/linkExternal.js index 73c656e3..c6e4d3ba 100644 --- a/src/content/dependencies/linkExternal.js +++ b/src/content/dependencies/linkExternal.js @@ -56,6 +56,11 @@ export default { : language.$('misc.external.youtube.fullAlbum') : language.$('misc.external.youtube') + : domain.includes('fandom.com') + ? domain.includes('mspaintadventures.') + ? language.$('misc.external.fandom.mspaintadventures') + : language.$('misc.external.fandom') + : domain.includes('soundcloud') ? language.$('misc.external.soundcloud') |