mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
000215663e
commit
67d143ec4e
|
@ -753,7 +753,7 @@
|
||||||
if ( anchorLen > 4 ) { return false; }
|
if ( anchorLen > 4 ) { return false; }
|
||||||
if (
|
if (
|
||||||
anchorLen > 1 &&
|
anchorLen > 1 &&
|
||||||
/^@?(?:\$\??|%|\?)$/.test(raw.slice(lpos + 1, rpos)) === false
|
/^@?(?:\$\??|%|\?)?$/.test(raw.slice(lpos + 1, rpos)) === false
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue