| Index: lib/child/elemHideEmulation.js |
| =================================================================== |
| --- a/lib/child/elemHideEmulation.js |
| +++ b/lib/child/elemHideEmulation.js |
| @@ -95,17 +95,17 @@ |
| location: filter.replace(/^.*?##/, ""), |
|
Sebastian Noack
2017/03/29 12:58:41
Another change caused the second argument to addSe
Wladimir Palant
2017/03/29 13:28:52
It doesn't strictly require changes but we can ind
|
| filter: filter, |
| filterType: "elemhideemulation" |
| }); |
| } |
| } |
| ); |
| - handler.load(() => handler.apply()); |
| + handler.apply(); |
|
Sebastian Noack
2017/03/29 12:58:41
Note that this change is redundant with https://is
Wladimir Palant
2017/03/29 13:28:52
I've resolved it as a duplicate since that change
|
| }; |
| subject.addEventListener("load", onReady); |
| }; |
| Services.obs.addObserver(onContentWindow, "content-document-global-created", |
| false); |
| onShutdown.add(() => |