| Index: include.preload.js |
| =================================================================== |
| --- a/include.preload.js |
| +++ b/include.preload.js |
| @@ -587,16 +587,18 @@ |
| }); |
| } |
| }; |
| if (document instanceof HTMLDocument) |
| { |
| checkSitekey(); |
| + browser.runtime.sendMessage({type: "snippets.executeScripts"}); |
| + |
| elemhide = new ElemHide(); |
| elemhide.apply(); |
| document.addEventListener("error", event => |
| { |
| checkCollapse(event.target); |
| }, true); |