Skip to content

Commit bb5022b

Browse files
YoGo9murdos
authored andcommitted
Added stereo-ve-mono.com Support
Added stereo-ve-mono.com support
1 parent ad99d97 commit bb5022b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mb_relationship_shortcuts.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Display shortcut for relationships on MusicBrainz
33
// @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.
4-
// @version 2025.12.10
4+
// @version 2026.1.21
55
// @author Aurelien Mino <aurelien.mino@gmail.com>
66
// @licence GPL (http://www.gnu.org/copyleft/gpl.html)
77
// @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/mb_relationship_shortcuts.user.js
@@ -45,6 +45,7 @@ const otherDatabasesIconClasses = {
4545
'rateyourmusic.com': 'rateyourmusic',
4646
'www.worldcat.org': 'worldcat',
4747
'nocs.acum.org.il': 'acum',
48+
'stereo-ve-mono.com': 'stereo-ve-mono',
4849
};
4950

5051
const streamingIconClasses = {

0 commit comments

Comments
 (0)