-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathjuno_download_importer.user.js
More file actions
14 lines (13 loc) · 1.05 KB
/
Copy pathjuno_download_importer.user.js
File metadata and controls
14 lines (13 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// ==UserScript==
// @name Import Juno Download releases to MusicBrainz (⚠️ deprecated, no-op)
// @namespace https://github.com/murdos/musicbrainz-userscripts/
// @description [⚠️ script is deprecated] Juno Download importer is deprecated since www.junodownload.com is now defunct. This script is a no-op now and will be removed in the future.
// @version 2026.7.7.1
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/juno_download_importer.user.js
// @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/juno_download_importer.user.js
// @match https://*.musicbrainz.org/*
// @icon https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/assets/images/Musicbrainz_import_logo.png
// ==/UserScript==
console.warn(
'⚠️ Juno Download importer is deprecated since www.junodownload.com is now defunct. This script is a no-op now and will be removed in the future. If for some reason you still have it installed, it is time to remove it.',
);