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 a61524f commit 68b1f5fCopy full SHA for 68b1f5f
v3/v2.js
@@ -50,6 +50,7 @@ chrome.scripting = chrome.scripting || {
50
props.allFrames = true;
51
props.matchAboutBlank = true;
52
}
53
+ props.runAt = 'document_start';
54
55
return new Promise((resolve, reject) => chrome.tabs.executeScript(target.tabId, props, r => {
56
const lastError = chrome.runtime.lastError;
0 commit comments