Skip to content

Commit

Permalink
fix(inline recs): exclude rules are not used on MBS (non-beta)
Browse files Browse the repository at this point in the history
Exclude rule syntax is like include, not like match.
So //*.mb.org does not include //mb.org
Exclude-match only exists in Violentmonkey, and is not really needed.

Adding mb.eu support

Reset version to avoid needless git conflicts with other PR
  • Loading branch information
jesus2099 committed May 25, 2024
1 parent c2895ec commit c74a5a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mb_qol_inline_recording_tracks.user.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
// ==UserScript==
// @name MB: QoL: Inline all recording's tracks on releases
// @version 2024.5.8
// @version 2024.5.2
// @description Display all tracks and releases on which a recording appears from the release page.
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/main/mb_qol_inline_recording_tracks.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/main/mb_qol_inline_recording_tracks.user.js
// @match *://*.musicbrainz.eu/release/*
// @match *://*.musicbrainz.org/release/*
// @exclude *://*.musicbrainz.org/release/add
// @exclude *://*.musicbrainz.org/release/*/edit*
// @exclude */release/*/edit*
// @exclude */release/add
// @run-at document-end
// @grant none
// ==/UserScript==
Expand Down

0 comments on commit c74a5a6

Please sign in to comment.