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

Method clearSigns

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

Source from the content-addressed store, hash-verified

9341 }
9342
9343 clearSigns() {
9344 this.signList.forEach(sign => {
9345 if (sign.parentNode) sign.parentNode.removeChild(sign);
9346 });
9347 this.signList = [];
9348 }
9349
9350 start() {
9351 this.init();

Callers 3

closeMethod · 0.95
checkInputSelectorMethod · 0.95
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected