mirror of https://github.com/gorhill/uBlock.git
actually "social" less likely to be false positive when using fanboy annoyance
This commit is contained in:
parent
19d1c33c36
commit
aac32c0ccf
|
@ -733,7 +733,6 @@ var badTokens = {
|
||||||
'js': true,
|
'js': true,
|
||||||
'net': true,
|
'net': true,
|
||||||
'news': true,
|
'news': true,
|
||||||
'social': true,
|
|
||||||
'www': true
|
'www': true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ var quickProfiler = (function() {
|
||||||
count += 1;
|
count += 1;
|
||||||
time += (now - tstart);
|
time += (now - tstart);
|
||||||
if ( (now - lastlog) > 10000 ) {
|
if ( (now - lastlog) > 10000 ) {
|
||||||
console.log('µBlock() > %s: %s ms (%d samples)', prompt, avg().toFixed(3), count);
|
console.log('µBlock > %s: %s ms (%d samples)', prompt, avg().toFixed(3), count);
|
||||||
lastlog = now;
|
lastlog = now;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue