Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -310,18 +310,18 @@ |
if (blocked.indexOf(url) >= 0) |
return new modules.filterClasses.BlockingFilter(); |
else |
return null; |
} |
} |
}; |
- modules.cssRules = { |
- CSSRules: { |
+ modules.elemHideEmulation = { |
+ ElemHideEmulation: { |
getRulesForDomain: function(domain) { } |
} |
}; |
modules.filterNotifier = { |
FilterNotifier: new EventEmitter() |
}; |