Helpppppp my user script does not work anymore. I seem to have lost my Import button
Import Discogs releases to MusicBrainz
Please help I’m experiencing withdrawal symptoms.
I’m using Firefox 147.0.7
Tried Google browser same thing happened. Does not work for me but editor Camaxtli has the same problem
I
4 Likes
Eeek! Vivaldi on Win10 and I have the same problem.
1 Like
Oww you poor Ivan. I know how it feels.
1 Like
I’m away for a few days, so hoping that the Internet Script Pixies will be out over the weekend and get it fixed. They seem to be pretty clever at this stuff.
yomo12
January 28, 2026, 6:19pm
6
I made a hotfix for myself with the help of AI, not sure if this is the best method. But it is working for me. (Submitted a PR, but I am sure there is a better way to do it)
In the meantime you can use this.
// ==UserScript==
// @name Import Discogs releases to MusicBrainz
// @description Add a button to import Discogs releases to MusicBrainz and add links to matching MusicBrainz entities for various Discogs entities (artist,release,master,label)
// @version 2026.01.28
// @namespace http://userscripts.org/users/22504
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/discogs_importer.user.js
// @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/discogs_importer.user.js
// @include http*://www.discogs.com/*
// @include http*://*.discogs.com/*release/*
// @exclude http*://*.discogs.com/*release/*?f=xml*
// @exclude http*://www.discogs.com/release/add
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
// @require lib/mbimport.js
// @require lib/logger.js
// @require lib/mblinks.js
// @require lib/mbimportstyle.js
// @icon https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/assets/images/Musicbrainz_import_logo.png
// ==/UserScript==
This file has been truncated. show original
5 Likes
Thank you Yomo, so happy with that. Have a nice day
I never did the above @yomo12 patch, and the main version seems to be working again.