mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-13 11:52:27 +00:00
Work-around for Tampermonkey match surprise behaviour
Tampermonkey takes the query string (not only path) in its path matching
This commit is contained in:
parent
66891fc01f
commit
b3f6758b2d
1 changed files with 2 additions and 2 deletions
|
@ -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==
|
||||
|
|
Loading…
Reference in a new issue