mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Properly report :spath
operator of procedural cosmetic filters in logger
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/453
This commit is contained in:
parent
58d23ec037
commit
e49debd5dd
1 changed files with 2 additions and 0 deletions
|
@ -332,6 +332,8 @@
|
||||||
raw.push(':not', '(', decompile(task[1]), ')');
|
raw.push(':not', '(', decompile(task[1]), ')');
|
||||||
break;
|
break;
|
||||||
case ':spath':
|
case ':spath':
|
||||||
|
raw.push(task[1]);
|
||||||
|
break;
|
||||||
case ':watch-attrs':
|
case ':watch-attrs':
|
||||||
case ':xpath':
|
case ':xpath':
|
||||||
raw.push(task[0], '(', task[1], ')');
|
raw.push(task[0], '(', task[1], ')');
|
||||||
|
|
Loading…
Reference in a new issue