Skip to content

Commit

Permalink
🤖 mb_supercharged_caa_edits 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 977b6c6 commit 06a3c45
Show file tree
Hide file tree
Showing 4 changed files with 1,152 additions and 0 deletions.
1 change: 1 addition & 0 deletions mb_supercharged_caa_edits.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))
22 changes: 22 additions & 0 deletions mb_supercharged_caa_edits.meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// ==UserScript==
// @name MB: Supercharged Cover Art Edits
// @description Supercharges reviewing cover art edits. Displays release information on CAA edits. Enables image comparisons on removed and added images.
// @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_supercharged_caa_edits.user.js
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_supercharged_caa_edits.meta.js
// @match *://*.musicbrainz.org/edit/*
// @match *://*.musicbrainz.org/*/edits*
// @match *://*.musicbrainz.org/user/*/votes
// @match *://*.musicbrainz.org/*/open_edits
// @require https://cdn.jsdelivr.net/npm/[email protected]/resemble.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/min/moment-with-locales.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/jquery-ui.min.js
// @run-at document-end
// @grant none
// ==/UserScript==
1 change: 1 addition & 0 deletions mb_supercharged_caa_edits.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"2022.6.17"}
Loading

0 comments on commit 06a3c45

Please sign in to comment.