Skip to content

Commit

Permalink
🤖 mb_work_code_toolbox 2022.6.19
Browse files Browse the repository at this point in the history
refactor: more TypeScript migration (#499)
  • Loading branch information
github-actions[bot] committed Jun 19, 2022
1 parent 529602e commit daa8b5a
Show file tree
Hide file tree
Showing 4 changed files with 1,188 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.19**: Internal changes: more TypeScript migration ([#499](https://github.com/ROpdebee/mb-userscripts/pull/499))
31 changes: 31 additions & 0 deletions mb_work_code_toolbox.meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// ==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.19
// @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
// @include /^https?://(\w+\.)?musicbrainz\.org/(area|artist|event|instrument|label|place|recording|release|release-group|series|work|url)/(create|[a-f\d-]{36}/edit)([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/edit-relationships([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/edit/\d+([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/(area|artist|event|instrument|label|place|recording|release|release-group|series|work|url)/[a-f\d-]{36}/(open_)?edits([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/user/[^/]+/edits(/\w+)?([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/user/[^/]+/votes([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/search/edits\?.+?(#.+?)?$/
// @include /^https?://(\w+\.)?musicbrainz\.org/work/[a-f\d-]{36}/.+([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/collection/[a-f\d-]{36}([?#]|$)/
// @include /^https?://(\w+\.)?musicbrainz\.org/artist/*/works([?#]|$)/
// @include /^https?://online\.gema\.de/werke\/search\.faces([?#]|$)/
// @include /^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.19"}
Loading

0 comments on commit daa8b5a

Please sign in to comment.