We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36504d2 commit 21cadd7Copy full SHA for 21cadd7
src/browser.ts
@@ -30,7 +30,7 @@ function makeTargetFilter() {
30
if (target.url() === 'chrome://newtab/') {
31
return true;
32
}
33
- if (target.url().startsWith('https://ogs.google.com/widget/app/so')) {
+ if (target.url().startsWith('https://ogs.google.com/')) {
34
// Some special frame on the NTP that is not picked up by CDP-auto-attach.
35
return false;
36
0 commit comments