You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(split links): add bulk URL copy buttons to a-tisket
The originally created the script to be able to quickly add the links
provided by a-tisket to an existing release. These buttons make it more
convenient to copy them.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Display all tracks and releases on which a recording appears from the release pa
72
72
73
73
## MB: QoL: Paste multiple external links at once
74
74
75
-
Paste multiple external links at once into the external link editor. Input is split on whitespace (newlines, tabs, spaces, etc.) and fed into the link editor separately.
75
+
Paste multiple external links at once into the external link editor. Input is split on whitespace (newlines, tabs, spaces, etc.) and fed into the link editor separately. Additionally adds handy bulk Copy buttons to a-tisket release and artist URLs.
name: 'MB: QoL: Paste multiple external links at once',
6
16
description: 'Enables pasting multiple links, separated by whitespace, into the external link editor.',
7
17
'run-at': 'document-end',
8
18
match: [
9
-
'*/edit',
10
-
'*/edit?*',
11
-
'release/*/edit-relationships*',
12
-
'*/add',
13
-
'*/add?*',
14
-
'*/create',
15
-
'*/create?*',
16
-
].map((path)=>transformMBMatchURL(path)),
17
-
blurb: 'Paste multiple external links at once into the external link editor. Input is split on whitespace (newlines, tabs, spaces, etc.) and fed into the link editor separately.',
19
+
...mbMatchedUrls,
20
+
'*://atisket.pulsewidth.org.uk/*',
21
+
'*://etc.marlonob.info/atisket/*',
22
+
],
23
+
blurb: 'Paste multiple external links at once into the external link editor. Input is split on whitespace (newlines, tabs, spaces, etc.) and fed into the link editor separately. Additionally adds handy bulk Copy buttons to a-tisket release and artist URLs.',
0 commit comments