mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-14 23:07:09 +00:00
Merge pull request #9 from Freso/patch-1
[bandcamp_importer] Include HTTPS'd Bandcamp pages
This commit is contained in:
commit
1c7bb8bc97
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
// @name Import Bandcamp releases into MB
|
||||
// @version 2013.03.04.1
|
||||
// @namespace http://userscripts.org/users/22504
|
||||
// @include http://*.bandcamp.com/album/*
|
||||
// @include http://*.bandcamp.com/track/*
|
||||
// @include http*://*.bandcamp.com/album/*
|
||||
// @include http*://*.bandcamp.com/track/*
|
||||
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js
|
||||
// @require https://raw.github.com/phstc/jquery-dateFormat/master/src/jquery.dateFormat.js
|
||||
// @require https://raw.github.com/murdos/musicbrainz-userscripts/master/lib/import_functions.js
|
||||
|
|
Loading…
Reference in a new issue