mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Inject inline-script logger scriptlet at document_end
Feedback from related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/343#issuecomment-449529429
This commit is contained in:
parent
35360ce389
commit
ea3e3b6440
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ var matchBucket = function(url, hostname, bucket, start) {
|
|||
vAPI.tabs.injectScript(tabId, {
|
||||
frameId: frameId,
|
||||
file: '/js/scriptlets/inlinescript-logger.js',
|
||||
runAt: 'document_start'
|
||||
runAt: 'document_end'
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue