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

Function createPassword

src/htmlutil.js:120–125  ·  view source on GitHub ↗
(name, i, oc)

Source from the content-addressed store, hash-verified

118};
119
120var createPassword = function(name, i, oc) {
121 var o = createInput(name, i, oc);
122 o.input.setAttribute("type", "password");
123
124 return o;
125};
126
127var createInput = function(name, i, oc) {
128 var s = cr('div', i.name, i.id, 'input');

Callers

nothing calls this directly

Calls 1

createInputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…