Skip to content

Commit

Permalink
fix(inline recs): Fix mb.org exclude rules and add mb.eu match rule
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, only test.mb.org, beta.mb.org)
Before this commit, exclude rules are not applied to main //mb.org website

I am also excluding more unrelated pages
(open edits, edit history page 2+, details, cover arts, ...)

Add mb.eu support
  • Loading branch information
jesus2099 authored and kellnerd committed Jul 25, 2024
1 parent cd69dd9 commit 1b00d49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mb_qol_inline_recording_tracks.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
// @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 1b00d49

Please sign in to comment.