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 (//*.mb.org does not match //mb.org)
Exclude-match only exists in Violentmonkey

Exclude more pages (open edits, edit history page 2+, details, cover arts, ...)

Adding mb.eu support

Reset version to avoid needless git conflicts with other PR
  • Loading branch information
jesus2099 committed Jun 10, 2024
1 parent 707b4d6 commit 6fe3015
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/*/*
// @exclude */release/add
// @run-at document-end
// @grant none
// ==/UserScript==
Expand Down

0 comments on commit 6fe3015

Please sign in to comment.