mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
imported fix from https://github.com/chrisaljoudi/uBlock/commit/e06faa, to address https://github.com/chrisaljoudi/uBlock/issues/1363
This commit is contained in:
parent
6ad75c4257
commit
13af7c99c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1334,7 +1334,7 @@ FilterParser.prototype.parseOptions = function(s) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ( opt === 'elemhide' ) {
|
if ( opt === 'elemhide' ) {
|
||||||
if ( this.action !== AllowAction ) {
|
if ( this.action === AllowAction ) {
|
||||||
this.parseOptType('elemhide', false);
|
this.parseOptType('elemhide', false);
|
||||||
this.action = BlockAction;
|
this.action = BlockAction;
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue