MCPcopy Index your code
hub / github.com/hoothin/UserScripts / start

Method start

Pagetual/pagetual.user.js:8500–8506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected