diff --git a/src/browser.ts b/src/browser.ts index f3f3d9e11..ec6c00c7c 100644 --- a/src/browser.ts +++ b/src/browser.ts @@ -30,7 +30,7 @@ function makeTargetFilter() { if (target.url() === 'chrome://newtab/') { return true; } - if (target.url().startsWith('https://ogs.google.com/widget/app/so')) { + if (target.url().startsWith('https://ogs.google.com/')) { // Some special frame on the NTP that is not picked up by CDP-auto-attach. return false; }