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 3395ce6 commit f144c81Copy full SHA for f144c81
src/background/start.js
@@ -1244,6 +1244,7 @@ function start(browser) {
1244
const code = `import('./api.js').then((module) => {module.default("${chrome.runtime.getURL("/")}", (api, settings) => {${snippets}\n})});`;
1245
const registerSettingSnippets = () => {
1246
chrome.userScripts.register([{
1247
+ allFrames: true,
1248
id: userScriptId,
1249
matches: ['*://*/*', 'file:///*'],
1250
js: [{code}]
0 commit comments