mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Revert reversion
This commit is contained in:
parent
f46e5ef3b5
commit
122b84a6bc
1 changed files with 1 additions and 1 deletions
|
|
@ -3046,7 +3046,7 @@ Parser.utils = Parser.prototype.utils = (( ) => {
|
|||
node.flags.NegativeLookAhead === 1 ||
|
||||
node.flags.NegativeLookBehind === 1
|
||||
) {
|
||||
return '\x01';
|
||||
return '';
|
||||
}
|
||||
return this.tokenizableStrFromNode(node.val);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue