@include are no longer required, when @match are there, in modern engines.

With @match, //*.musicbrainz.org means both //musicbrainz.org and all sub domains like //beta.musicbrainz.org.
This commit is contained in:
jesus2099 2018-02-07 16:26:33 +01:00
parent 6b237ee52b
commit 776a51bb25

View file

@ -7,15 +7,10 @@
// @namespace 790382e7-8714-47a7-bfbd-528d0caa2333
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/set-recording-comments.user.js
// @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/set-recording-comments.user.js
// @include *://musicbrainz.org/release/*
// @include *://beta.musicbrainz.org/release/*
// @include *://*.mbsandbox.org/release/*
// @match *://musicbrainz.org/release/*
// @match *://beta.musicbrainz.org/release/*
// @match *://*.musicbrainz.org/release/*
// @match *://*.mbsandbox.org/release/*
// @exclude *://musicbrainz.org/release/*/*
// @exclude *://beta.musicbrainz.org/release/*/*
// @exclude *://*.mbsandbox.org/release/*/*
// @exclude *musicbrainz.org/release/*/*
// @exclude *.mbsandbox.org/release/*/*
// @grant none
// ==/UserScript==