Thanks. I already made it look like yours. ![]()
@ROpdebee Is there any chance the Paste multiple external links at once userscript can be updated to function on Release Group pages? The use case in question is for albums from the label Transcending Obscurity, each of which has multiple review links. I’ve been compiling these into a spreadsheet, but the script to paste these links only seems to function on edit pages for releases, not release groups.
This should be fixed now, alongside a few other issues with the script reported over the past 2 years. It should work on all pages again, including in the embedded (iframe) dialogs.
Apologies for the double post but I’d like to announce a new feature in Enhanced Cover Art Uploads that’d otherwise get buried in an edit.
New: Prefetch cover art information
ECAU can now prefetch information about the cover art that would be downloaded from the providers, including the number of images, their file types, and the dimensions and file size of the largest image in the set. This information can be retrieved on demand or automatically, configurable by a new option.
The “MB: QoL: Paste multiple external links at once” has not been working here for the better part of the year. All gets pasted into the last input, but not split.
Using Tampermonkey on Chrome/Firefox, on some different Linux machines.
Tried on a clean Tampermonkey on Chrome to reproduce.
That one has been working fine for me. Are you on the latest version? should be 2026.2.19
Yes, newest version. Tried now also on a new machine with ViolentMonkey.
Debugged it a bit, and got it working. This was needed:
- const editorContainer = qsMaybe('#external-links-editor-container', windowInstance.document);
+ const editorContainer = qsMaybe('.external-links-editor-container', windowInstance.document);
Created a pull request with the change.
