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

Function oco

src/htmlutil.js:35–37  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

33
34 if (oc && !wrap.inserted) {
35 var oco = function(evt) {
36 oc.apply(wrap, [ evt ]);
37 };
38 wrap.addEventListener("click", oco);
39 }
40 image.href = 'javascript://nop/';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected