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

Function execMenuCmd

src/action.js:218–224  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

216};
217
218var execMenuCmd = function(id) {
219 try {
220 chrome.extension.sendMessage({method: "execMenuCmd", id: id}, function(response) {});
221 } catch (e) {
222 console.log(e);
223 }
224};
225
226var getFireItems = function(tabid, cb) {
227 try {

Callers 1

ocFunction · 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…