MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / remove

Function remove

scripts/web_timer_main.js:249–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 setTimeout(() => {
248 input.showPicker();
249 function remove() {
250 resolve(null);
251 input.remove();
252 document.removeEventListener("click", remove);
253 }
254 document.addEventListener("click", remove);
255 }, 10);
256 });

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected