1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

another round of work re dynamic filtering

This commit is contained in:
gorhill 2014-12-31 17:26:17 -05:00
parent ce9acac0ae
commit 2a108917b5

View file

@ -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) {