David Kellner
David Kellner
This link from https://github.com/kellnerd/musicbrainz-scripts/issues/33#issuecomment-1373007877 might still be relevant here: > I should finally look into [Sharing objects with page scripts](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Sharing_objects_with_page_scripts)
While this idea has been buried in my personal notes, other users had similar ideas: https://github.com/ROpdebee/mb-userscripts/issues/487
A first draft of this idea has been implemented as a bookmarklet in https://github.com/kellnerd/musicbrainz-scripts/commit/5691d38f01f7cbe3b3d02efbe1035b367692b37a (~currently only available on the beta branch~). It recognizes one or multiple image types if their...
I can confirm that this patch works as expected with Windows 10 Pro 64 bit, Python 3.12 and isrcsubmit 2.1.0 (I think I already replaced discid.dll with a 64 bit...
I assume this is the issue which I am observing on [this documentation page](https://jsr.io/@kellnerd/listenbrainz/doc/parser/musicbrainz/~/parseMusicBrainzRelease), where the link to a type `Release` from another JSR package is broken: https://jsr.io/@kellnerd/musicbrainz/~/Release 404s, it...
In addition to the fact that some locales are missing entirely, the English locale also doesn't contain all display values. The following sample works as epected in Firefox and Node.js...
Upstream issue report: https://github.com/Tampermonkey/tampermonkey/issues/2201
I totally agree. Let's hope the upstream issue gets solved fast, there were already two more issue reports (one on GitHub, one on the forums) since you opened the PR...
The bug has been fixed in Tampermonkey 5.3.2
So the solution is to upgrade to Tampermonkey 5.3.2 or higher and reinstall the broken userscripts (per the [upstream issue comment](https://github.com/Tampermonkey/tampermonkey/issues/2201#issuecomment-2466121616)).