Skip to content

Commit

Permalink
Display inline stuff for preloaded discs on 10+ medium releases
Browse files Browse the repository at this point in the history
https://community.metabrainz.org/t/disambiguation-eti-why-is-it-hidden-from-non-members/462144/4?u=jesus2099
It does not fixes issue #38:
> NG with release with more than 10 mediums after MBS-3841
  • Loading branch information
jesus2099 committed Feb 5, 2020
1 parent a8f7fd1 commit eb3cc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mb_INLINE-STUFF.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name mb. INLINE STUFF
// @version 2019.8.20
// @version 2020.2.5
// @description musicbrainz.org release page: Inline recording names, comments, ISRC and AcoustID. Displays CAA count and add link if none. Highlights duplicates in releases and edits.
// @compatible vivaldi(2.4.1488.38)+violentmonkey my setup (office)
// @compatible vivaldi(1.0.435.46)+violentmonkey my setup (home, xp)
Expand All @@ -18,7 +18,7 @@
// @include /^https?://(\w+\.mbsandbox|(\w+\.)?musicbrainz)\.org/artist/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}/recordings/
// @include /^https?://(\w+\.mbsandbox|(\w+\.)?musicbrainz)\.org/edit/\d+/
// @include /^https?://(\w+\.mbsandbox|(\w+\.)?musicbrainz)\.org/edit/subscribed/
// @include /^https?://(\w+\.mbsandbox|(\w+\.)?musicbrainz)\.org/release/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}([^/]|$)/
// @include /^https?://(\w+\.mbsandbox|(\w+\.)?musicbrainz)\.org/release/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}([^/]|$|\/disc\/\d+)/
// @include /^https?://(\w+\.mbsandbox|(\w+\.)?musicbrainz)\.org/search/edits\?/
// @run-at document-end
// ==/UserScript==
Expand Down

0 comments on commit eb3cc81

Please sign in to comment.