Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -1,16 +1,18 @@ |
importAll("filterClasses", this); |
importAll("subscriptionClasses", this); |
importAll("filterStorage", this); |
importAll("elemHide", this); |
importAll("filterListener", this); |
importAll("filterNotifier", this); |
importAll("matcher", this); |
+importAll("prefs", this); |
importAll("synchronizer", this); |
+importAll("utils", this); |
// Some types cannot be distinguished |
RegExpFilter.typeMap.OBJECT_SUBREQUEST = RegExpFilter.typeMap.OBJECT; |
RegExpFilter.typeMap.MEDIA = RegExpFilter.typeMap.FONT = RegExpFilter.typeMap.OTHER; |
FilterNotifier.addListener(function(action) |
{ |
if (action == "load") |