mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #2963
This commit is contained in:
parent
77334bf380
commit
48f65f11d1
1 changed files with 1 additions and 3 deletions
|
|
@ -493,9 +493,7 @@ var onMessage = function(request, sender, callback) {
|
|||
if ( pageStore && pageStore.getNetFilteringSwitch() ) {
|
||||
response = {
|
||||
collapseBlocked: µb.userSettings.collapseBlocked,
|
||||
noCosmeticFiltering:
|
||||
µb.cosmeticFilteringEngine.acceptedCount === 0 ||
|
||||
pageStore.noCosmeticFiltering === true,
|
||||
noCosmeticFiltering: pageStore.noCosmeticFiltering === true,
|
||||
noGenericCosmeticFiltering:
|
||||
pageStore.noGenericCosmeticFiltering === true
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue