MCPcopy Create free account
hub / github.com/hoothin/UserScripts / fillTempRuleTextarea

Method fillTempRuleTextarea

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

Source from the content-addressed store, hash-verified

9270 }
9271
9272 fillTempRuleTextarea() {
9273 if (!this.frame.classList.contains("showDetail") || !this.editTemp || !this.editTemp.pageElement) this.tempRule.value = JSON.stringify(this.getTempRule(), null, 4);
9274 }
9275
9276 setSelectorDiv(selector) {
9277 let self = this;

Callers 2

checkInputSelectorMethod · 0.95
startMethod · 0.95

Calls 2

getTempRuleMethod · 0.95
containsMethod · 0.80

Tested by

no test coverage detected