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

Function runScriptUpdates

src/action.js:210–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208};
209
210var runScriptUpdates = function() {
211 try {
212 chrome.extension.sendMessage({method: "runScriptUpdates"}, function(response) {});
213 } catch (e) {
214 console.log(e);
215 }
216};
217
218var execMenuCmd = function(id) {
219 try {

Callers 1

uocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…