mirror of https://github.com/gorhill/uBlock.git
Revert reversion
This commit is contained in:
parent
f46e5ef3b5
commit
122b84a6bc
|
@ -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 New Issue