1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

this fixes the logging of cosmetic filters in iframes

This commit is contained in:
gorhill 2015-07-18 09:15:08 -04:00
parent 10e77743b0
commit c7bb242302

View File

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