mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 06:17:16 +00:00
Merged in jesus2099/userscripts (pull request #2)
explicit “grant” attribute in metadata block
This commit is contained in:
commit
100cb9e919
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// ==UserScript==
|
||||
// @name MusicBrainz: Set recording comments for a release
|
||||
// @version 2014-11-07
|
||||
// @version 2014-11-11
|
||||
// @author Michael Wiencek
|
||||
// @namespace 790382e7-8714-47a7-bfbd-528d0caa2333
|
||||
// @include *://musicbrainz.org/release/*
|
||||
|
@ -9,6 +9,7 @@
|
|||
// @match *://musicbrainz.org/release/*
|
||||
// @match *://beta.musicbrainz.org/release/*
|
||||
// @match *://*.mbsandbox.org/release/*
|
||||
// @grant none
|
||||
// ==/UserScript==
|
||||
|
||||
var scr = document.createElement("script");
|
||||
|
|
Loading…
Add table
Reference in a new issue