()
| 8498 | } |
| 8499 | |
| 8500 | start() { |
| 8501 | this.init(); |
| 8502 | if (!this.styleEle || !this.styleEle.parentNode) { |
| 8503 | this.styleEle = _GM_addStyle(this.cssText); |
| 8504 | } |
| 8505 | document.documentElement.appendChild(this.frame); |
| 8506 | } |
| 8507 | |
| 8508 | close() { |
| 8509 | if (this.frame.parentNode) this.frame.parentNode.removeChild(this.frame); |