(style)
| 2336 | } |
| 2337 | // 插入 <Style> |
| 2338 | function insStyle(style) { |
| 2339 | if (style.indexOf('{') === -1){style += '{display: none !important;}'} |
| 2340 | document.documentElement.appendChild(document.createElement('style')).textContent = style; |
| 2341 | } |
| 2342 | |
| 2343 | |
| 2344 | // 获取元素(CSS/Xpath)来自:https://github.com/machsix/Super-preloader |
no outgoing calls
no test coverage detected