diff --git a/src/mb_multi_external_links/index.ts b/src/mb_multi_external_links/index.ts index eb4eaac3..f74c5393 100644 --- a/src/mb_multi_external_links/index.ts +++ b/src/mb_multi_external_links/index.ts @@ -112,7 +112,7 @@ async function run(windowInstance: Window): Promise { // for its existence enables us to skip attempting to find the link input on // edit pages that don't have external links, without having to exclude // specific pages. - const editorContainer = qsMaybe('#external-links-editor-container', windowInstance.document); + const editorContainer = qsMaybe('.external-links-editor-container', windowInstance.document); if (!editorContainer) return; const editor = await ExternalLinksEditor.create(windowInstance);