mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
oops, mixed up ABP issues: it\'s rather from https://issues.adblockplus.org/ticket/616
This commit is contained in:
parent
8f4ee3e34d
commit
054ba17c96
1 changed files with 2 additions and 2 deletions
|
@ -1454,10 +1454,10 @@ FilterParser.prototype.parseOptions = function(s) {
|
|||
this.parseOptParty(false, not);
|
||||
continue;
|
||||
}
|
||||
// https://issues.adblockplus.org/ticket/647
|
||||
// https://issues.adblockplus.org/ticket/616
|
||||
// `genericblock` concept already supported, just a matter of
|
||||
// adding support for the new keyword.
|
||||
if ( opt === 'elemhide' || opt === 'genericblock' ) {
|
||||
if ( opt === 'elemhide' || opt === 'generichide' ) {
|
||||
if ( this.action === AllowAction ) {
|
||||
this.parseOptType('elemhide', false);
|
||||
this.action = BlockAction;
|
||||
|
|
Loading…
Reference in a new issue