diff --git a/src/utils/DomSelectors.ts b/src/utils/DomSelectors.ts index 2883ff26..752c64f3 100644 --- a/src/utils/DomSelectors.ts +++ b/src/utils/DomSelectors.ts @@ -52,7 +52,7 @@ const DomSelectors = { }, QUERY_BOX: { TEXTAREA: { - MAIN: 'textarea[autocomplete][placeholder]:not([placeholder="Ask follow-up"])', + MAIN: 'textarea[autocomplete][placeholder]:not([placeholder="Ask follow-up"]):not([placeholder="New Thread"]):not([placeholder=""])', FOLLOW_UP: 'textarea[placeholder="Ask follow-up"]', COLLECTION: 'textarea[placeholder="New Thread"]', ARBITRARY: "textarea[placeholder]",