Skip to content

Commit 3c069b2

Browse files
πŸ€– mb_qol_seed_recording_disambiguation 2022.8.8
refactor: more TypeScript migration (#499)
1 parent 95bcdbe commit 3c069b2

4 files changed

+319
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- **2022.8.8**: Internal changes: more TypeScript migration ([#499](https://github.com/ROpdebee/mb-userscripts/pull/499))
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// ==UserScript==
2+
// @name MB: QoL: Seed the batch recording comments script
3+
// @description Seed the recording comments for the batch recording comments userscripts with live and DJ-mix data.
4+
// @version 2022.8.8
5+
// @author ROpdebee
6+
// @license MIT; https://opensource.org/licenses/MIT
7+
// @namespace https://github.com/ROpdebee/mb-userscripts
8+
// @homepageURL https://github.com/ROpdebee/mb-userscripts
9+
// @supportURL https://github.com/ROpdebee/mb-userscripts/issues
10+
// @downloadURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_qol_seed_recording_disambiguation.user.js
11+
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_qol_seed_recording_disambiguation.meta.js
12+
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}([?#]|$)/
13+
// @run-at document-end
14+
// @grant none
15+
// ==/UserScript==
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":"2022.8.8"}

0 commit comments

Comments
Β (0)