Work-around for Tampermonkey match surprise behaviour

Tampermonkey takes the query string (not only path) in its path matching
This commit is contained in:
jesus2099 2023-06-29 11:19:07 +02:00
parent 66891fc01f
commit b3f6758b2d

View file

@ -1,11 +1,11 @@
// ==UserScript==
// @name MusicBrainz: Batch-add "performance of" relationships
// @description Batch link recordings to works from artist Recordings page.
// @version 2023.6.29.1010
// @version 2023.6.29.1111
// @author Michael Wiencek
// @license X11
// @downloadURL https://github.com/murdos/musicbrainz-userscripts/raw/master/batch-add-recording-relationships.user.js
// @match *://*.musicbrainz.org/artist/*/recordings
// @match *://*.musicbrainz.org/artist/*/recordings*
// ==/UserScript==
// ==License==