Browse Source

another round of work re dynamic filtering

pull/2/head
gorhill 10 years ago
parent
commit
2a108917b5
  1. 2
      platform/chromium/vapi-background.js

2
platform/chromium/vapi-background.js

@ -425,7 +425,7 @@ vAPI.onLoadAllCompleted = function() {
vAPI.tabs.injectScript(tabId, { vAPI.tabs.injectScript(tabId, {
file: 'js/contentscript-start.js', file: 'js/contentscript-start.js',
allFrames: true, allFrames: true,
runAt: 'document_idle'
runAt: 'document_start'
}, function(){ scriptEnd(tabId); }); }, function(){ scriptEnd(tabId); });
}; };
var bindToTabs = function(tabs) { var bindToTabs = function(tabs) {

Loading…
Cancel
Save