mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
code review
This commit is contained in:
parent
caa1256e70
commit
b0108c9223
@ -103,7 +103,7 @@ var messager = vAPI.messaging.channel('contentscript-end.js');
|
||||
var nullArray = { push: function(){} };
|
||||
|
||||
var retrieveGenericSelectors = function() {
|
||||
if ( lowGenericSelectors.length > 0 || highGenerics === null ) {
|
||||
if ( lowGenericSelectors.length !== 0 || highGenerics === null ) {
|
||||
//console.log('µBlock> ABP cosmetic filters: retrieving CSS rules using %d selectors', lowGenericSelectors.length);
|
||||
messager.send({
|
||||
what: 'retrieveGenericCosmeticSelectors',
|
||||
|
Loading…
Reference in New Issue
Block a user