From 2a108917b54f77051658c07cc8d39ed093ee22c3 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 31 Dec 2014 17:26:17 -0500 Subject: [PATCH] another round of work re dynamic filtering --- platform/chromium/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/vapi-background.js b/platform/chromium/vapi-background.js index 208d3eb..66223a8 100644 --- a/platform/chromium/vapi-background.js +++ b/platform/chromium/vapi-background.js @@ -425,7 +425,7 @@ vAPI.onLoadAllCompleted = function() { vAPI.tabs.injectScript(tabId, { file: 'js/contentscript-start.js', allFrames: true, - runAt: 'document_idle' + runAt: 'document_start' }, function(){ scriptEnd(tabId); }); }; var bindToTabs = function(tabs) {