aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets/javascripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/javascripts')
-rw-r--r--src/assets/javascripts/services.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js
index 9e73cceb..e043f9d2 100644
--- a/src/assets/javascripts/services.js
+++ b/src/assets/javascripts/services.js
@@ -391,6 +391,9 @@ function redirect(url, type, initiator, forceRedirection) {
}
return `${randomInstance}${p}`;
}
+ case "dump": {
+ if (url.pathname.endsWith('-lyrics')) return `${randomInstance}${url.pathname}`
+ }
}
}
@@ -528,7 +531,7 @@ function initDefaults() {
options['osm'] = ['https://www.openstreetmap.org']
options['breezeWiki'] = ['https://breezewiki.com']
options['neuters'] = ['https://neuters.de']
-
+ options['dump'] = ['https://dm.vern.cc']
browser.storage.local.set({ options },
() => resolve()