MCPcopy Index your code
hub / github.com/Tampermonkey/tampermonkey / TM_installScript

Function TM_installScript

src/environment.js:769–771  ·  view source on GitHub ↗
(url, cb)

Source from the content-addressed store, hash-verified

767};
768
769var TM_installScript = function(url, cb) {
770 chromeEmu.extension.sendMessage({method: "scriptClick", url: url, id: TM_context_id}, function(response) { if (cb) cb(response); });
771};
772
773/* ######### Helpers ############ */
774

Callers 1

GM_EMUFunction · 0.85

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…