actually "social" less likely to be false positive when using fanboy annoyance

This commit is contained in:
gorhill 2014-07-08 00:57:44 -04:00
parent 19d1c33c36
commit aac32c0ccf
2 changed files with 1 additions and 2 deletions

View file

@ -733,7 +733,6 @@ var badTokens = {
'js': true,
'net': true,
'news': true,
'social': true,
'www': true
};

View file

@ -45,7 +45,7 @@ var quickProfiler = (function() {
count += 1;
time += (now - tstart);
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;
}
};