-
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_multi_external_links 2022.8.8
refactor: more TypeScript migration (#499)
- Loading branch information
1 parent
8a8b157
commit a82b793
Showing
4 changed files
with
8 additions
and
17 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
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 |
---|---|---|
@@ -1,21 +1,16 @@ | ||
// ==UserScript== | ||
// @name MB: QoL: Paste multiple external links at once | ||
// @description Enables pasting multiple links, separated by whitespace, into the external link editor. | ||
// @version 2022.7.27.2 | ||
// @version 2022.8.8 | ||
// @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_multi_external_links.user.js | ||
// @updateURL https://raw.github.com/ROpdebee/mb-userscripts/dist/mb_multi_external_links.meta.js | ||
// @match *://*.musicbrainz.org/*/edit | ||
// @match *://*.musicbrainz.org/*/edit?* | ||
// @match *://*.musicbrainz.org/release/*/edit-relationships* | ||
// @match *://*.musicbrainz.org/*/add | ||
// @match *://*.musicbrainz.org/*/add?* | ||
// @match *://*.musicbrainz.org/*/create | ||
// @match *://*.musicbrainz.org/*/create?* | ||
// @include /^https?://(\w+\.)?musicbrainz\.org/(area|artist|collection|event|instrument|label|place|recording|release|release-group|series|work|url)/(add|create|[a-f\d-]{36}/edit)([?#]|$)/ | ||
// @include /^https?://(\w+\.)?musicbrainz\.org/release/[a-f\d-]{36}/edit-relationships([?#]|$)/ | ||
// @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 |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"2022.7.27.2"} | ||
{"version":"2022.8.8"} |
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