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

Function createMainTab

src/ask.js:104–111  ·  view source on GitHub ↗
(tabv)

Source from the content-addressed store, hash-verified

102};
103
104var createMainTab = function(tabv) {
105 var i = {name: 'main', id: 'main'};
106 var h = cr('div', i.name, i.id, 'tab_content_h');
107 h.textContent = gTabName;
108 var util = cr('div', i.name, i.id, 'tab_content');
109 var tab = tabv.appendTab(Helper.createUniqueId(i.name, i.id), h, util);
110 return util;
111};
112
113/****** main ********/
114var main = function() {

Callers 1

createPageFunction · 0.85

Calls 1

crFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…