Skip to content

Commit

Permalink
🤖 mb_qol_inline_recording_tracks 2022.8.8
Browse files Browse the repository at this point in the history
refactor: more TypeScript migration (#499)
  • Loading branch information
github-actions[bot] committed Aug 8, 2022
1 parent a82b793 commit 95bcdbe
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 0 deletions.
1 change: 1 addition & 0 deletions mb_qol_inline_recording_tracks.changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- **2022.8.8**: Internal changes: more TypeScript migration ([#499](https://github.com/ROpdebee/mb-userscripts/pull/499))
15 changes: 15 additions & 0 deletions mb_qol_inline_recording_tracks.meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// ==UserScript==
// @name MB: QoL: Inline all recordings' tracks on releases
// @description Display all tracks and releases on which a recording appears from the release page.
// @version 2022.8.8
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
// @homepageURL https://github.com/ROpdebee/mb-userscripts
// @supportURL https://github.com/ROpdebee/mb-userscripts/issues
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_qol_inline_recording_tracks.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_qol_inline_recording_tracks.meta.js
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}([?#]|$)/
// @run-at document-end
// @grant none
// ==/UserScript==
1 change: 1 addition & 0 deletions mb_qol_inline_recording_tracks.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"2022.8.8"}
145 changes: 145 additions & 0 deletions mb_qol_inline_recording_tracks.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95bcdbe

Please sign in to comment.