mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 14:27:14 +00:00
Exclude release sub-paths
This commit is contained in:
parent
02e78c9add
commit
4cee38c8f8
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
// @match *://musicbrainz.org/release/*
|
||||
// @match *://beta.musicbrainz.org/release/*
|
||||
// @match *://*.mbsandbox.org/release/*
|
||||
// @exclude *://musicbrainz.org/release/*/*
|
||||
// @exclude *://beta.musicbrainz.org/release/*/*
|
||||
// @exclude *://*.mbsandbox.org/release/*/*
|
||||
// @grant none
|
||||
// ==/UserScript==
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue