-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathcd1d_importer.user.js
More file actions
16 lines (14 loc) · 1.08 KB
/
Copy pathcd1d_importer.user.js
File metadata and controls
16 lines (14 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ==UserScript==
// @name Import CD1D releases to MusicBrainz (⚠️ deprecated, no-op)
// @description [⚠️ script is deprecated] CD1D importer is deprecated since CD1D.com no longer exists. 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.
// @namespace http://userscripts.org/users/517952
// @match https://*.musicbrainz.org/*
// @version 2026.7.7.1
// @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/cd1d_importer.user.js
// @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/cd1d_importer.user.js
// @icon https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/assets/images/Musicbrainz_import_logo.png
// ==/UserScript==
/* Import releases from http://cd1d.com to MusicBrainz */
console.warn(
'⚠️ CD1D importer is deprecated since CD1D.com no longer exists. 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.',
);