| Index: include.preload.js |
| diff --git a/include.preload.js b/include.preload.js |
| index ff98e62af9db080e1cd1d2eb734fa1aa415fe6c9..dd457c6551cfdf75c57194acc5ff7d215fe2cc93 100644 |
| --- a/include.preload.js |
| +++ b/include.preload.js |
| @@ -440,8 +440,8 @@ ElemHide.prototype = { |
| let selector = preparedSelectors.slice( |
| i, i + this.selectorGroupSize |
| ).join(", "); |
| - this.style.sheet.insertRule(selector + "{display: none !important;}", |
| - this.style.sheet.cssRules.length); |
| + style.sheet.insertRule(selector + "{display: none !important;}", |
| + style.sheet.cssRules.length); |
| } |
| }, |