1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
gorhill 2015-03-01 11:20:30 -05:00
parent cc5c4bb32e
commit 092bfbd274

View File

@ -60,7 +60,7 @@ var renderURL = function(url, filter) {
.replace('||', '')
.replace(/\^/g, '.')
.replace(/^\|/g, '^')
.replace(/\$$/g, '$')
.replace(/\|$/g, '$')
.replace(/\*/g, '.*')
;
}