-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 mb_qol_inline_recording_tracks 2022.6.17
refactor: more TypeScript migration (#499)
- Loading branch information
1 parent
a1e77ef
commit 54f9835
Showing
4 changed files
with
161 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- **2022.6.17**: Internal changes: more TypeScript migration ([#499](https://github.com/ROpdebee/mb-userscripts/pull/499)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// ==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.6.17 | ||
// @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 | ||
// @match *://*.musicbrainz.org/release/* | ||
// @exclude *://*.musicbrainz.org/release/add | ||
// @exclude *://*.musicbrainz.org/release/*/edit* | ||
// @run-at document-end | ||
// @grant none | ||
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"2022.6.17"} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.