mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 05:04:13 +00:00
vgmdb_importer: Fix broken @include
Co-authored-by: David Kellner <52860029+kellnerd@users.noreply.github.com>
This commit is contained in:
parent
5c60f99b6c
commit
252b00ea42
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
// @version 2021.11.12.1
|
||||
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/vgmdb_importer.user.js
|
||||
// @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/vgmdb_importer.user.js
|
||||
// @include /^https://vgmdb.net/(album|artist|org)/\d+
|
||||
// @include /^https://vgmdb.net/(album|artist|org)/\d+/
|
||||
// @require https://code.jquery.com/jquery-3.5.1.min.js
|
||||
// @require lib/mbimport.js
|
||||
// @require lib/logger.js
|
||||
|
|
Loading…
Reference in a new issue