MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / removeScriptItem

Function removeScriptItem

src/options.js:1525–1528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1523 };
1524
1525 var removeScriptItem = function() {
1526 sname.parentNode.removeChild(sname);
1527 // sname_name.setAttribute('open', 'false');
1528 };
1529
1530 var doRecreateScriptItem = function() {
1531 var run = function() {

Callers 2

doCloseFunction · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…