mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-17 23:16:56 +00:00
mb_relationships_shortcut: Updated Discogs favicon
This commit is contained in:
parent
7a795befc9
commit
5e92db537a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Display shortcut for relationships on MusicBrainz
|
||||
// @description Display icon shortcut for relationships of release-group, release, recording and work: e.g. Amazon, Discogs, Wikipedia, ... links. This allows to access some relationships without opening the entity page.
|
||||
// @version 2015.07.18.0
|
||||
// @version 2016.02.06.0
|
||||
// @author Aurelien Mino <aurelien.mino@gmail.com>
|
||||
// @licence GPL (http://www.gnu.org/copyleft/gpl.html)
|
||||
// @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/mb_relationship_shortcuts.user.js
|
||||
|
@ -17,7 +17,7 @@
|
|||
var relationsIconsURLs = {
|
||||
'url': {
|
||||
"amazon asin": "http://amazon.fr/favicon.ico",
|
||||
"discogs": "http://static.discogs.com/images/favicon.ico",
|
||||
"discogs": "https://www.discogs.com/images/favicon.ico",
|
||||
"wikidata": "https://bits.wikimedia.org/favicon/wikidata.ico",
|
||||
"imdb": "http://www.imdb.com/favicon.ico",
|
||||
"creative commons licensed download": "http://creativecommons.org/favicon.ico",
|
||||
|
|
Loading…
Add table
Reference in a new issue