mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
mind pipe anchors when highlighting as per filter
This commit is contained in:
parent
b58cefbdbe
commit
cc5c4bb32e
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ var renderURL = function(url, filter) {
|
|||
.replace(/\?/g, '\\?')
|
||||
.replace('||', '')
|
||||
.replace(/\^/g, '.')
|
||||
.replace(/^\|/g, '^')
|
||||
.replace(/\$$/g, '$')
|
||||
.replace(/\*/g, '.*')
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue