diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/assets/javascripts/services.js | 8 | ||||
-rw-r--r-- | src/config.json | 7 | ||||
-rw-r--r-- | src/manifest.json | 2 |
3 files changed, 2 insertions, 15 deletions
diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index 9d66e63d..0005770d 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -112,13 +112,6 @@ function redirect(url, type, initiator, forceRedirection) { if (!frontend) return switch (frontend) { - case "beatbump": { - return `${randomInstance}${url.pathname}${url.search}` - .replace("/watch?v=", "/listen?id=") - .replace("/channel/", "/artist/") - .replace("/playlist?list=", "/playlist/VL") - .replace(/\/search\?q=.*/, searchQuery => searchQuery.replace("?q=", "/") + "?filter=all") - } case "hyperpipe": { return `${randomInstance}${url.pathname}${url.search}`.replace(/\/search\?q=.*/, searchQuery => searchQuery.replace("?q=", "/")) } @@ -702,7 +695,6 @@ const defaultInstances = { 'lingva': ['https://lingva.ml'], 'searxng': ['https://search.bus-hit.me'], 'rimgo': ['https://rimgo.vern.cc'], - 'beatbump': ['https://beatbump.ml'], 'hyperpipe': ['https://hyperpipe.surge.sh'], 'facil': [' https://facilmap.org '], 'osm': ['https://www.openstreetmap.org'], diff --git a/src/config.json b/src/config.json index 2d51ed7d..3711bf43 100644 --- a/src/config.json +++ b/src/config.json @@ -108,11 +108,6 @@ }, "youtubeMusic": { "frontends": { - "beatbump": { - "name": "Beatbump", - "instanceList": true, - "url": "https://github.com/snuffyDev/Beatbump" - }, "hyperpipe": { "name": "Hyperpipe", "instanceList": true, @@ -125,7 +120,7 @@ "name": "YT Music", "options": { "enabled": false, - "frontend": "beatbump", + "frontend": "hyperpipe", "unsupportedUrls": "bypass" }, "imageType": "png", diff --git a/src/manifest.json b/src/manifest.json index 2540f1f2..d8e1e603 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.7.0", + "version": "2.7.1", "manifest_version": 2, "browser_specific_settings": { "gecko": { |