Index: include.preload.js |
=================================================================== |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -525,17 +525,17 @@ |
// Related Chrome and Firefox issues: |
// https://bugs.chromium.org/p/chromium/issues/detail?id=632009 |
// https://bugzilla.mozilla.org/show_bug.cgi?id=1310026 |
this.addSelectorsInline(selectors, groupName, appendOnly); |
} |
else |
{ |
browser.runtime.sendMessage({ |
- type: "elemhide.injectSelectors", |
+ type: "content.injectSelectors", |
selectors, |
groupName, |
appendOnly |
}); |
} |
// Only trace selectors that are based directly on hiding filters |
// (i.e. leave out collapsing selectors). |