This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name edit rels move | |
// @namespace blup | |
// @include *.musicbrainz.org/* | |
// @include *musicbrainz.org/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
// Shamelessly copied from https://github.com/murdos/musicbrainz-userscripts/blob/master/mb_ui_enhancements.user.js | |
// Shamelessly edited by MonkeyPython |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MB: Upload to CAA From URL | |
// @version 2021.6.14 | |
// @description Upload covers to the CAA by pasting a URL! Workaround for MBS-4641. | |
// @author ROpdebee | |
// @license MIT; https://opensource.org/licenses/MIT | |
// @namespace https://github.com/ROpdebee/mb-userscripts | |
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/main/mb_upload_to_caa_from_url.user.js | |
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/main/mb_upload_to_caa_from_url.user.js | |
// @match *://musicbrainz.org/release/*/add-cover-art |