mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
this fixes #482
This commit is contained in:
parent
b8cd524167
commit
42937eb1b1
@ -604,7 +604,7 @@ PageStore.prototype.getNetFilteringSwitch = function() {
|
|||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
PageStore.prototype.getCosmeticFilteringSwitch = function() {
|
PageStore.prototype.getCosmeticFilteringSwitch = function() {
|
||||||
return this.getNetFilteringSwitch() === false ||
|
return this.getNetFilteringSwitch() !== false &&
|
||||||
this.skipCosmeticFiltering === false;
|
this.skipCosmeticFiltering === false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user