mirror of https://github.com/gorhill/uBlock.git
oops
This commit is contained in:
parent
cc5c4bb32e
commit
092bfbd274
|
@ -60,7 +60,7 @@ var renderURL = function(url, filter) {
|
||||||
.replace('||', '')
|
.replace('||', '')
|
||||||
.replace(/\^/g, '.')
|
.replace(/\^/g, '.')
|
||||||
.replace(/^\|/g, '^')
|
.replace(/^\|/g, '^')
|
||||||
.replace(/\$$/g, '$')
|
.replace(/\|$/g, '$')
|
||||||
.replace(/\*/g, '.*')
|
.replace(/\*/g, '.*')
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue