Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(split links): rewrite "MB: Paste multiple external links" to TypeScript, fix shortcomings #473

Merged
merged 13 commits into from
Jun 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/mb_multi_external_links/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ const metadata: UserscriptMetadata = {
'run-at': 'document-end',
match: [
'*/edit',
'*/edit?*', // Not entirely sure whether these links can ever exist, but if they do, we should match them.
ROpdebee marked this conversation as resolved.
Show resolved Hide resolved
'*/add',
'*/add?*',
'*/create',
'*/create?*',
].map(transformMBMatchURL),
ROpdebee marked this conversation as resolved.
Show resolved Hide resolved
};

Expand Down