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 42323d7 commit d0b8146Copy full SHA for d0b8146
source/inject-to-existing-tabs.ts
@@ -8,5 +8,6 @@ export async function injectToExistingTabs(
8
return injectContentScript(
9
await getTabsByUrl(origins, excludeMatches),
10
scripts,
11
+ {ignoreTargetErrors: true},
12
);
13
}
0 commit comments