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 418934a commit 26fe839Copy full SHA for 26fe839
src/browser.ts
@@ -30,10 +30,6 @@ function makeTargetFilter() {
30
if (target.url() === 'chrome://newtab/') {
31
return true;
32
}
33
- 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
- }
37
for (const prefix of ignoredPrefixes) {
38
if (target.url().startsWith(prefix)) {
39
return false;
0 commit comments