(raw)
| 6085 | window.addEventListener("glowifyNpvcUpdate", () => { |
| 6086 | removeAll(); |
| 6087 | setTimeout(apply, 100); |
| 6088 | }); |
| 6089 | apply(); |
| 6090 | setTimeout(apply, 1e3); |
| 6091 | setTimeout(apply, 3e3); |
| 6092 | } |
| 6093 | |
| 6094 | // src/settings/features/actionBarBox.ts |
| 6095 | var STYLE_ID2 = "glowify-action-bar-box-style"; |
no test coverage detected