mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
mind pipe anchors when highlighting as per filter
This commit is contained in:
parent
b58cefbdbe
commit
cc5c4bb32e
@ -59,6 +59,8 @@ var renderURL = function(url, filter) {
|
||||
.replace(/\?/g, '\\?')
|
||||
.replace('||', '')
|
||||
.replace(/\^/g, '.')
|
||||
.replace(/^\|/g, '^')
|
||||
.replace(/\$$/g, '$')
|
||||
.replace(/\*/g, '.*')
|
||||
;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user