diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 4439187e9..1c6d32f83 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -510,8 +510,8 @@ FilterPlainHnAnchored.fromSelfie = function(s) { // With a single wildcard, regex is not optimal. // See: -// http://jsperf.com/regexp-vs-indexof-abp-miss/3 -// http://jsperf.com/regexp-vs-indexof-abp-hit/3 +// http://jsperf.com/regexp-vs-indexof-abp-miss/5 +// http://jsperf.com/regexp-vs-indexof-abp-hit/4 var FilterSingleWildcard = function(lSegment, rSegment, tokenBeg) { this.tokenBeg = tokenBeg;