mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes the logging of cosmetic filters in iframes
This commit is contained in:
parent
10e77743b0
commit
c7bb242302
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ var matchWhitelistDirective = function(url, hostname, directive) {
|
|||
|
||||
var injectNow = function(tabId) {
|
||||
delete tabIdToTimerMap[tabId];
|
||||
µBlock.scriptlets.inject(tabId, 'cosmetic-logger');
|
||||
µBlock.scriptlets.injectDeep(tabId, 'cosmetic-logger');
|
||||
};
|
||||
|
||||
var injectAsync = function(tabId) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue