Skip to content

Commit

Permalink
🤖 mb_work_code_toolbox 2022.6.17
Browse files Browse the repository at this point in the history
refactor: more TypeScript migration (#499)
  • Loading branch information
github-actions[bot] committed Jun 17, 2022
1 parent 06a3c45 commit 96047b9
Show file tree
Hide file tree
Showing 4 changed files with 1,189 additions and 0 deletions.
1 change: 1 addition & 0 deletions mb_work_code_toolbox.changelog.md
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))
34 changes: 34 additions & 0 deletions mb_work_code_toolbox.meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// ==UserScript==
// @name MB: Work code toolbox
// @description Copy work identifiers from various online repertoires and paste them into MB works with ease. Validate work code formatting: Highlight invalid or ill-formatted codes.
// @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_work_code_toolbox.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_work_code_toolbox.meta.js
// @match *://*.musicbrainz.org/*/edit
// @match *://*.musicbrainz.org/*/edit?*
// @match *://*.musicbrainz.org/release/*/edit-relationships
// @match *://*.musicbrainz.org/release/*/edit-relationships?*
// @match *://*.musicbrainz.org/*/create
// @match *://*.musicbrainz.org/*/create?*
// @match *://*.musicbrainz.org/edit/*
// @match *://*.musicbrainz.org/*/edits*
// @match *://*.musicbrainz.org/user/*/votes
// @match *://*.musicbrainz.org/*/open_edits
// @match *://*.musicbrainz.org/work/*
// @match *://*.musicbrainz.org/collection/*
// @match *://*.musicbrainz.org/artist/*/works*
// @match https://online.gema.de/werke/search.faces*
// @match https://iswcnet.cisac.org/*
// @run-at document-end
// @grant GM_getValue
// @grant GM.getValue
// @grant GM_setValue
// @grant GM.setValue
// @grant GM_deleteValue
// @grant GM.deleteValue
// ==/UserScript==
1 change: 1 addition & 0 deletions mb_work_code_toolbox.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"2022.6.17"}
Loading

0 comments on commit 96047b9

Please sign in to comment.